欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

Windows 系统下设置Nodejs NPM全局路径_node.js

程序员文章站 2022-03-03 23:36:37
...
在开发过程中我们可能希望重新设置npm的全局路径,具体方法如下:

npm config set cache "D:\nodejs\node_cache"

npm config set prefix "D:\nodejs\node_global"

Windows 系统下设置Nodejs NPM全局路径_node.js
相关标签: Windows Nodejs