yeoman / generator-webapp_DEPRECATED

Yeoman generator that scaffolds out a front-end web app
http://yeoman.io
974 stars 310 forks source link

To many node modules ? #610

Closed loulafripouille closed 9 years ago

loulafripouille commented 9 years ago

Hello, When I try to use a basic generator, like angular or webapp, there are a lot of node modules that are installed : 665, exactly.

I think that it is not the normal behavior ? Any idea ?

I already tried to uninstall/reinstall npm properly (no sudo, etc). I'm on a OSX 10.9, with npm@3.3.3 & node@4.1.1. And I haven't found any issues about that.

Thanks for your advices !

laudeon.

eddiemonge commented 9 years ago

Its normal since other modules require other modules. npm3 flattens the list so you see all modules.