Skip to content
New issue

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

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

Already on GitHub? # to your account

Node_modules folder in ng2-ion-range-slider #24

Closed
gentle9 opened this issue Mar 15, 2018 · 2 comments
Closed

Node_modules folder in ng2-ion-range-slider #24

gentle9 opened this issue Mar 15, 2018 · 2 comments

Comments

@gentle9
Copy link

gentle9 commented Mar 15, 2018

When I install ng2-ion-range-slider with yarn there is a node_modules folder created in the ng2-ion-range-slider folder (node_modules/ng2-ion-range-slider/node_modules) and because of that the build fails with Cannot redeclare block-scoped variable 'ngDevMode'.
After deleting the folder manually the build works without problems.

Angular 5.2.9 and cli 1.7.3

@mdklab
Copy link

mdklab commented Mar 15, 2018

Looks like duplicate of #13
I'm using this command in my build script:
rm -rf ./node_modules/ng2-ion-range-slider/node_modules

also, .idea folder is not necessary too

@PhilippStein
Copy link
Owner

Close as duplicate of #13

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

No branches or pull requests

3 participants