npm配置淘宝镜像
设置淘宝镜像源
打开终端,输入以下命令来设置淘宝镜像源
npm config set registry https://registry.npm.taobao.org/
查看镜像使用状态。输入以下命令来查看当前的镜像源是否已成功配置:
npm config get registry
如果返回的地址是https://registry.npm.taobao.org/
,则表示淘宝镜像已成功配置。
使用 cnpm 模块
首先,安装cnpm:
npm install -g cnpm --registry=https://registry.npm.taobao.org
然后,使用cnpm来安装模块:
cnpm install xxx