Node / Grunt - use an external node_modules folder

If I have a project in the following folder:

d: \ sites \ my-project

What contains gruntfile.js and package.json

Is there a way to report this for installing and using dependencies from the following folder:

d: \ modules \ node_modules

Thank.

+4
source share

Source: https://habr.com/ru/post/1530475/


All Articles