Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependencies from package.json #20

Open
anmolarora1 opened this issue Jun 10, 2020 · 2 comments
Open

Missing dependencies from package.json #20

anmolarora1 opened this issue Jun 10, 2020 · 2 comments
Labels

Comments

@anmolarora1
Copy link

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.

@tsv2013
Copy link
Member

tsv2013 commented Jun 10, 2020

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

@DeepikaSharma5
Copy link

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.?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants