born2net / Angular-kitchen-sink

:rocket: Angular - learn by example
http://ng.javascriptninja.io
755 stars 146 forks source link

Duplicate modules in node_modules and jspm_modules #15

Closed netlander closed 8 years ago

netlander commented 8 years ago

After doing npm install and gulp development I get some missing libraries so I npm i again, that's when jspm kicks in and downloads the entire web to my disk. Is it meant to do that?

Being new to jspm I hoped that it wouldn't replicate the modules that are already in node_modules what is going on? Am I missing something?

born2net commented 8 years ago

npm is just for dev mode so ts is happy... until ts 2.0 is out and supports module mapping, at which point node_modules will go away completely and only jspm used... hope this clears things up