alanhe421 / ionic-demo

ionic-demo
http://1991421.cn/tags/ionic
4 stars 0 forks source link

npm i 安装包慢或者卡顿 #6

Open alanhe421 opened 7 years ago

alanhe421 commented 7 years ago

npm包都是国外的站点https://www.npmjs.com 安装有时候是非常慢的,也会存在安装不下来的问题

alanhe421 commented 7 years ago

nrm:快速切换npm注册源

# 全局安装nrm
npm i -g nrm

$ nrm ls

* npm -----  https://registry.npmjs.org/
  cnpm ----  http://r.cnpmjs.org/
  taobao --  https://registry.npm.taobao.org/
  nj ------  https://registry.nodejitsu.com/
  rednpm -- http://registry.mirror.cqupt.edu.cn
  skimdb -- https://skimdb.npmjs.com/registry

# 建议使用淘宝源
nrm use taobao

nrm包网址点击这里