npm太慢, 淘寶npm映象使用方法
淘寶npm地址: http://npm.taobao.org/
1.臨時使用
npm --registry https://registry.npm.taobao.org install express
2.持久使用
npm config set registry https://registry.npm.taobao.org
- 配置後可通過下面方式來驗證是否成功
npm config get registry
- 或
npm info express
3.通過cnpm使用
npm install -g cnpm --registry=https://registry.npm.taobao.org
- 使用
cnpm install express
4、npm修改或切換映象地址
- 方法一:直接編輯npm配置檔案
npm config edit
直接修改registry的地址:
sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
phantomjs_cdnurl=https://npm.taobao.org/mirrors/phantomjs/
electron_mirror=https://npm.taobao.org/mirrors/electron/
registry=https://registry.npm.taobao.org
方法二:用程式碼更改npm的配置檔案
npm config set registry http://registry.npm.taobao.org
-
方法三:使用nrm管理registry地址
安裝nrm
npm i -g nrm
-
檢視映象列表
nrm ls
切換映象
nrm use taobao
在nrm新增自己的映象地址
nrm add r_name r_url
刪除
nrm del r_name
測試映象的相應速度
nrm test r_name
相關文章
- npm換源成淘寶映象NPM
- 使用淘寶映象源加速 NPM(alacleate NPM) & vue-cliNPMVue
- npm配置淘寶映象倉庫以及electron映象NPM
- 使用淘寶NPM映象快速安裝CordovaNPM
- npm/yarn/cnpm 淘寶映象配置,包版本管理NPMYarn
- node 和 npm 淘寶源NPM
- 國內npm源映象(npm加速下載) 指定npm映象NPM
- 使用nvm管理node.js版本以及更換npm淘寶映象源Node.jsNPM
- NPM使用方法NPM
- 使用npm映象NPM
- npm 換淘寶倉庫一句命令解決!NPM
- 安裝npm報錯,安裝淘寶映象cnpm時出現問題及解決方案NPM
- npm太慢?腳手架下載模板失敗?NPM
- npm,registry,映象源,npm切換源,yarn,cnpm,taobao,nrsNPMYarn
- 使用淘寶映象
- NPM映象站全新上線NPM
- 搭建npm私有映象倉庫,天下苦於npm build久矣NPMUI
- npm 的國內映象更換NPM
- NPM 國內加速,修改映象源NPM
- node.js 環境變數 、更改npm淘寶源和並設定cnpmNode.js變數NPM
- Jou 的解決方案系列:Composer 映象加速與 NPM 映象加速NPM
- npm 模組釋出到 npmNPM
- NPMNPM
- 淘寶映象cnpm無法使用問題NPM
- NPM TipsNPM
- 工具 - NpmNPM
- npm run dev 和 npm run serve 區別NPMdev
- npm i和npm i --production的區別NPM
- npm run build打包報錯 npm: should be >= 3.0.0NPMUI
- npm link 本地開發npm私有包神器NPM
- Docker拉取映象太慢Docker
- 轉載:cnpm全域性安裝(淘寶映象)NPM
- 安裝npm 解除安裝npm 安裝apidocNPMAPI
- npm install報錯, npm ERR! code MODULE_NOT_FOUNDNPM
- 為什麼我從 npm 到 yarn 再到 npm?NPMYarn
- npm 相關NPM
- npm&pnpmNPM
- npm和yarnNPMYarn