PhilippStein / ng2-ion-range-slider

Ion Range Slider for Angular https://github.com/IonDen/ion.rangeSlider
MIT License
35 stars 39 forks source link

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

Closed gentle9 closed 6 years ago

gentle9 commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

Close as duplicate of #13