grunt: possible to relocate “node_modules” for plugins?

后端 未结 2 450
陌清茗
陌清茗 2021-01-17 19:47

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

2条回答
  •  感动是毒
    2021-01-17 20:04

    You can use symbolic link ln -s /original_node_modules_path/node_modules ./node_modules

提交回复
热议问题