react-native nrm -- NPM registr

作者: smartphp | 来源:发表于2016-11-08 00:11 被阅读41次

最近才看到的文章,3年前的,转过来或许有用。

这个包可以快速的切换源,非常方便,不用再配置命令了,竟然是三年以前就有的东西。

安装

$ npm install -g nrm

列出源的命令

$ nrm ls

启用源或切换源

$ nrm use cnpm //switch registry to cnpm
Registry has been set to: http://r.cnpmjs.org/

还想继续看么?完了,就这么简单

cnodejs.org的链接地址

相关文章

  • react-native nrm -- NPM registr

    最近才看到的文章,3年前的,转过来或许有用。 这个包可以快速的切换源,非常方便,不用再配置命令了,竟然是三年以前就...

  • 使用Vue-cli 3.0搭建Vue项目

    1. 环境准备 1.1. 安装Node.js (建议使用LTS版本) 1.2. nrm安装及npm registr...

  • webpack

    nrm 安装 npm i nrm -g 不行就 sudo npm i nrm -g 安装 nrm ls nrm ...

  • vue/cli

    安装 node npm install nrm -g nrm ls nrm use taobao 卸载旧版 npm...

  • 如何安装webpack及运行webpack

    1、安装nrm: npm install -g nrm 查看镜像 nrm ls 查看的结果:npm -------...

  • nrm-管理npm源

    nrm是管理npm源的工具,可以使用npm进行安装 npm install nrm -g 执行nrm ls可以查看...

  • npm镜像修改

    $ npm install nrm -g 查看镜像列表 $ nrm ls 默认为 npm 修改镜像 $ nrm u...

  • nrm

    nrm nrm(npm registry manager )是npm的镜像源管理工具。 一、nrm操作 1、全局安...

  • **npm** 命令

    npm 命令 npm 配置 设置源 npm config set registry https://registr...

  • Vue.js篇<3>-webpack

    npm的使用需要先安装node,npm install nrm 使用nrm ls查看镜像的地址,nrm use n...

网友评论

    本文标题:react-native nrm -- NPM registr

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