-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Size of scaffolded project is massive #1089
Comments
Ouch. That's huge. I'm getting even worse 327 MB! I've looked into this for you and it seems like there's a few big offenders:
What might help a little bit is to run |
thanks you, i've tried to run "npm dedupe" but the size has not changed :( it's still 196,9Mb |
@marcofaion Make sure you're running the latest version of node and npm. |
$ node -v Maybe not the latest, anyway, if the size of the yeoman generated project is correct, maybe i've to use another ide to manage it. |
@marcofaion The size is not correct, but we'll have to wait on the referenced tickets to be fixed. That should get the size down 90%. |
This ticket is rather broad and the correct steps have been taken in the other projects. |
@abhishek0589 The linked issues btford/grunt-google-cdn#62, passy/google-cdn#27, and imagemin/imagemin#97, are still not fixed. Help out on them if you want to see this resolved. |
Hi,
i've generated a new application with the generator and found that a new project scaffolded this way is about 200Mb, most of the weight reside in the node_modules directory.
Is that normal? i'm asking cause i've some trouble importing such massive project inside eclipse ide.
Thanks for any info.
The text was updated successfully, but these errors were encountered: