标签: javascript macos npm underscore.js npm-install
我刚刚使用underscore js安装了模块npm install underscore。我想知道NPM将如何以及在何处存储该模块,以便我可以在.js文件中导入该模块。
underscore js
npm install underscore
.js
答案 0 :(得分:1)
使用不带npm install标志的-g会将模块安装在node_modules下的当前目录中
npm install
-g
node_modules
答案 1 :(得分:0)
使用npm install -g,它将安装在计算机上的以下地址(MAC)
npm install -g
/usr/local/lib/node_modules/