首页 > 编程 > JavaScript > 正文

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

2019-11-20 10:12:24
字体:
来源:转载
供稿:网友

在开发过程中我们可能希望重新设置npm的全局路径,具体方法如下:

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

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



发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表