1
SourceMan 2017-08-14 11:15:34 +08:00
yarn
|
2
zhengxiaowai 2017-08-14 11:19:34 +08:00
npm install cnpm -g
cnpm install |
3
ClassicOldSong 2017-08-14 11:21:46 +08:00 via Android
npm install nrm -g
nrm use taobao |
4
flyingfz 2017-08-14 12:00:22 +08:00
我优化一下。
---------- npm config set registry=https://registry.npm.taobao.org npm install -g nrm nrm use taobao ------------ 再推荐一个模块 ,Sinopia, 但不知你有没有需求 . |
5
chinvo 2017-08-14 12:04:14 +08:00
不要用 cnpm
直接使用 ==== npm config set registry https://registry.npm.taobao.org --global npm config set disturl https://npm.taobao.org/dist --global yarn config set registry https://registry.npm.taobao.org --global yarn config set disturl https://npm.taobao.org/dist --global ==== |
6
maplerecall 2017-08-14 18:19:27 +08:00
感觉 yarn 比 npm 快一些,不过还是得设置国内镜像
|
7
hjdtl 2017-08-14 19:36:20 +08:00
cnpm 有些包有问题呀?
|
8
Debiancc 2017-08-16 12:30:50 +08:00
cnpm 同步有些问题
其实 npm 支持 proxy 的 http socket5 贴上去 |
9
gali3052 2017-09-18 09:00:16 +08:00
proxychain npm install
|