美文网首页
NRM(切换nam源)

NRM(切换nam源)

作者: lyzaijs | 来源:发表于2016-03-26 19:26 被阅读131次

安装 nrm 自由切换 npm 源 国内镜像提升下载速度

基于 npm ,全局安装以后,你开源无缝快速切换几个源,提高下载速度,拒绝 loading !

安装

npm  install   -g   nrm

帮助:

 >nrm -h

Usage: nrm [options] [command]


Commands:

  ls                           list all the registries
  current                      show current registry name
  use <registry>               change registry to registry
  add <registry> <url> [home]  add one custom registry
  del|rm <registry>            delete one custom registry
  home <registry> [browser]    open the homepage of registry with optional browser
  test [registry]              show response time for specific or all registries
  help                         print this help

Options:

  -h, --help     output usage information
  -V, --version  output the version number

查看当前支持切换的源

 >nrm ls

  npm ---- https://registry.npmjs.org/
  cnpm --- http://r.cnpmjs.org/
* taobao - http://registry.npm.taobao.org/
  edunpm - http://registry.enpmjs.org/
  eu ----- http://registry.npmjs.eu/
  au ----- http://registry.npmjs.org.au/
  sl ----- http://npm.strongloop.com/
  nj ----- https://registry.nodejitsu.com/
  pt ----- http://registry.npmjs.pt/

** 号标记出了当前我使用的源**

切换指定的源

>nrm use taboo

相关文章

  • NRM(切换nam源)

    安装 nrm 自由切换 npm 源 国内镜像提升下载速度 基于 npm ,全局安装以后,你开源无缝快速切换几个源,...

  • npm 默认源切换

    使用nrm工具切换淘宝源npx nrm use taobao 切换回官方源npx nrm use npm

  • npm

    使用nrm工具切换淘宝源 npx nrm use taobao 如果之后需要切换回官方源可使用 npx nrm u...

  • npm 使用

    nrm切换各种源 npm install -g nrm nrm ls 查看当前使用的源nrm use taoba...

  • webpack

    全局安装 nrm: npm install nrm -g查看镜像源 nrm ls切换淘宝镜像源 nrm use t...

  • 我的NPM 插件

    NRM(快速切换NPM源)

  • npm源管理

    推荐使用nrm 查看所有可用源: 切换源:

  • 搭建小程序开发环境

    npm慢的话,可安装nrm切换镜像源。nrm是npm的镜像源管理工具,可在 npm 源间切换npm install...

  • nrm使用

    作用: 快速切换NPM源 命令:列出所有源 [带*的是当前正在使用的源]nrm ls切换nrm use taoba...

  • nrm的安装与使用

    nrm -- NPM registry manager nrm-Github 安装 添加 列表 使用(切换源)

网友评论

      本文标题:NRM(切换nam源)

      本文链接:https://www.haomeiwen.com/subject/bpbdlttx.html