npm更换阿里源

1
2
3
4
# 查看npm的地址源
npm config get registry # 或 npm info express
# 修改npm的地址源为淘宝源 无需安装cnpm
npm config set registry https://registry.npm.taobao.org --global
1
2
# 安装cnpm,cnpm默认使用淘宝源
npm install -g cnpm --registry=http://registry.npm.taobao.org



向博主反馈问题