npm安装加速

Posted 了不起的js

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm安装加速相关的知识,希望对你有一定的参考价值。

1.通过config命令

npm config set registry https://registry.npm.taobao.org 
npm info underscore (如果上面配置正确这个命令会有字符串response

2.命令行指定

npm --registry https://registry.npm.taobao.org info underscore 

3.编辑 ~/.npmrc 加入下面内容

registry = https://registry.npm.taobao.org

以上是关于npm安装加速的主要内容,如果未能解决你的问题,请参考以下文章

React Native npm镜像安装命令

秒级的 npm 安装速度是怎么做到的?

Yarn 国内加速,修改镜像源

npm : 无法加载文件 D:softcodeProcess ode ode_global pm.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.micr +(代码片段

使用npm link 加速调试

React Native开发之npm start加速