Recently started working with Gulp and I can\'t figure out is it really necessary to have a copy of node_modules directly in folder with current project? E.g. I have this s
Paste the node_modules folder inside your mySite directory.
node_modules
mySite
All npm packages such as gulp will work in your work or work2 directory.
npm packages
gulp
work
work2
But, now(your folder structure) work folders can't find node_modules in their parent directory.