-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
too much node_modules #24
Comments
that's one of the disadvantages of these kind of projects, but it's worth all that space (and please note, a lot of those modules are just for development, once you export this to production the size of the project becomes considerably smaller) |
I see. |
I haven't tried this myself, but they say it works for this problem (it reduces the size of node_modules by symlinking some stuff), maybe you'll want to take a look :) |
I will take a look, thanks! |
Thanks for this repo, it's so useful to play and learn.
It seems though that when you run npm install on a project folder it installs a lot of useless modules. Am I missing something or it's an issue?
This way the node_modules folders are on an average of 100-150 MB.
Thanks!
The text was updated successfully, but these errors were encountered: