首页 > 网站 > WEB开发 > 正文

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

2024-04-27 14:06:03
字体:
来源:转载
供稿:网友

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

node.js 0.10 版本下修改全局路径:

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

npm config set PRefix "D:/nodejs/"

然后下载的插件会存于D:/nodejs/node_modules

查看 目前全局路径

npm config get cache

npm config get prefix


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