slushjs / slush-angular

A slush generator for AngularJS using the Google Angular App Structure Recommendations
129 stars 32 forks source link

This generator installed node_modules recursively #20

Closed beeblesox closed 10 years ago

beeblesox commented 10 years ago

node_modules/{pkg}/node_modules/{anotherPkg}/node_modules/...

And windows doesn't know how to delete them because the path name is too long.. great