surveyjs_react_quickstart
surveyjs_react_quickstart copied to clipboard
Missing dependencies from package.json
There are many imports listed in SurveyCreator.js that are missing from package.json file
One such example is this
I'm not sure if they need to be manually downloaded because that's not the correct way of doing it. If that's not needed, please add an explanation for how it's supposed to work without those packages.
survey-knockout package is a dependency of the survey-creator. NPM installs all dependencies. You can check the node_modules folder for this.
survey-knockoutpackage is a dependency of thesurvey-creator. NPM installs all dependencies. You can check the node_modules folder for this.
What about import 'jquery-ui/themes/base/all.css'; it is showing module not found.?