surveyjs_react_quickstart icon indicating copy to clipboard operation
surveyjs_react_quickstart copied to clipboard

Missing dependencies from package.json

Open anmolarora1 opened this issue 5 years ago • 2 comments

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.

anmolarora1 avatar Jun 10 '20 05:06 anmolarora1

survey-knockout package is a dependency of the survey-creator. NPM installs all dependencies. You can check the node_modules folder for this.

tsv2013 avatar Jun 10 '20 07:06 tsv2013

survey-knockout package is a dependency of the survey-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.?

DeepikaSharma5 avatar Dec 26 '21 07:12 DeepikaSharma5