npm切换淘宝镜像
查看当前镜像地址:
npm get registry
切换为淘宝镜像:
npm config set registry http://registry.npm.taobao.org/
切换为原本的npm镜像:
npm config set registry https://registry.npmjs.org/
版权声明:本文为bettyling原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
查看当前镜像地址:
npm get registry
切换为淘宝镜像:
npm config set registry http://registry.npm.taobao.org/
切换为原本的npm镜像:
npm config set registry https://registry.npmjs.org/