Centralise node_modules in project with subproject
问题 is it possible to configure grunt in a way that you have the required modules on a central point? I have following project structure -Project -- subproject -- subproject -- subproject I build the project via grunt with all subprojects, and I can build each subproject for itself too. Currently I have a Gruntfile.js, package.json & folder node_modules (~50mb) with all required modules in each subproject and on the root level. So is it possible to have the node_modules folder only on one level,