Well, I'm starting GruntJS, my node_modules folder has 50MB, so for every project, it gets bad.
I would like to know if you can leave a default node_modules folder in one place to use in all projects without having to stay within the project's root.
Thank you
Example:
My front-end project today:
nome-do-projeto
---node_modules(50mb)
---assets
---sass
---js
---build
---css
---js
I would like the node_modules folder to have been outside the project root.