If I install any grunt plugin, it is added to a folder named \"node_modules\" in the root of my project dir per default.
My question: is it possible to move this wh
You can use symbolic link ln -s /original_node_modules_path/node_modules ./node_modules
ln -s /original_node_modules_path/node_modules ./node_modules