NodeJsNPM改变安装包位置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了NodeJsNPM改变安装包位置相关的知识,希望对你有一定的参考价值。

npm config ls
npm config set prefix "D:DataNode
pm"
npm config set cache "D:DataNodecache"

设置淘宝镜像

npm install -g cnpm --registry=https://registry.npm.taobao.org

 

以上是关于NodeJsNPM改变安装包位置的主要内容,如果未能解决你的问题,请参考以下文章

在Windows下学习NodejsNpm和VUE

angular4.0 安装最新版本的nodejsnpm@angular/cli的方法

angular4.0 安装最新版本的nodejsnpm@angular/cli的方法

NodeJSNPM安装配置步骤

NodeJSNPM安装配置步骤(windows版本)

[转]NodeJSNPM安装配置步骤(windows版本)