npm配置国内源方法
Posted luckyhui28
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm配置国内源方法相关的知识,希望对你有一定的参考价值。
通过命令配置
命令
npm config set registry https://registry.npm.taobao.org
验证命令
npm config get registry
通过使用cnpm安装
安装cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
使用cnpm
cnpm install xxx
以上是关于npm配置国内源方法的主要内容,如果未能解决你的问题,请参考以下文章