天天看点

node安装淘宝镜像(node镜像)

大家好,又见面了,我是你们的朋友全栈君。

查看npm下载镜像地址

npm config get registry

设置npm为淘宝镜像

npm config set registry http://registry.npm.taobao.org

然后可以执行 npm config get registry 查看镜像地址,如果没问题的话会出现 “http://registry.npm.taobao.org”。

发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/126673.html原文链接:https://javaforall.cn