摘要: 1、设置全局模块的安装路径 命令:npm config set prefix "D:\nodejs\node_global" 2、设置缓存 命令:npm config set cache "D:\nodejs\node_cache" 3、设置环境变量 Path中添加 D:\nodejs\node_g 阅读全文
posted @ 2021-12-09 09:24 liuqIT 阅读(281) 评论(0) 推荐(0)