Node.js配置本地缓存路径
npm config set prefix "D:\repository\Node-repository\node-global"
npm config set cache "D:\repository\Node-repository\node-cache"
# 查看配置
npm config list
Node.js配置本地缓存路径
原文:https://www.cnblogs.com/xiaoliu6/p/15334477.html
npm config set prefix "D:\repository\Node-repository\node-global"
npm config set cache "D:\repository\Node-repository\node-cache"
# 查看配置
npm config list
Node.js配置本地缓存路径
原文:https://www.cnblogs.com/xiaoliu6/p/15334477.html