
1 SourceMan 2017 年 8 月 14 日 yarn |
2 zhengxiaowai 2017 年 8 月 14 日 npminstall cnpm -g cnpm install |
3 ClassicOldSong 2017 年 8 月 14 日 via Android npm install nrm -g nrm use taobao |
4 flyingfz 2017 年 8 月 14 日 我优化一下。 ---------- npm config set registry=https://registry.npm.taobao.org npm install -g nrm nrm use taobao ------------ 再推荐一个模块 ,Sinopia, 但不知你有没有需求 . |
5 chinvo 2017 年 8 月 14 日 不要用 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 年 8 月 14 日 感觉 yarn 比 npm 快一些,不过还是得设置国内镜像 |
7 hjdtl 2017 年 8 月 14 日 cnpm 有些包有问题呀? |
8 Debiancc 2017 年 8 月 16 日 cnpm 同步有些问题 其实 npm 支持 proxy 的 http socket5 贴上去 |
9 gali3052 2017 年 9 月 18 日 proxychain npm install |