npm package.json全局安装?

Mar*_*ark 9 node.js npm

有没有办法设置一个NPM依赖项全局安装在package.json文件中?

每当我运行npm update所有依赖项都在本地安装.

谢谢.

nic*_*ten 3

我相信该-g选项会导致全局安装。