找到下载node的文件-->node_modules-->npm-->npmrc 加入下面内容 registry = https://registry.npm.taobao.org 直接将配置写死,以后就都是淘宝的镜像源了。 方法2 : 使用nrm win+R ->输入cmd -> (使用npm安装nrm) npm i -g nrm --registry=https://registry.npm.taobao.org ->(查看镜像源 *是目前...
nrm修改npm的镜像地址 1. 2. 通过nrm查看和切换镜像源(命令):nrm ls *npm---https://registry.npmjs.org/ yarn---https://registry.yarnpkg.com/ cnpm---http://r.cnpmjs.org/ taobao---https://registry.npm.taobao.org/ nj---https://registry.nodejitsu.com/ npmMirror--https://skimdb.npmjs...
安装直接在终端执行 sudo apt-get install nodejs npm没有安装上就执行 sudo apt-get install npm 查看版本 node -v npm-v 然后安装个nrm好管理 sudo npm install -g nrm 切换国内阿里源 nrm ls 查看菜单,然后选择源 nrm use taobao 完成