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.
source
share