在开发过程中我们可能希望重新设置npm的全局路径,具体方法如下:
npm config set cache "D:\nodejs\node_cache"
npm config set prefix "D:\nodejs\node_global"
原文链接:https://www.f2er.com/nodejs/49141.html在开发过程中我们可能希望重新设置npm的全局路径,具体方法如下:
npm config set cache "D:\nodejs\node_cache"
npm config set prefix "D:\nodejs\node_global"
原文链接:https://www.f2er.com/nodejs/49141.html