跳到主要内容
CNode

node 官网访问巨慢

问答
WWenNingZhang发布于 7 年前最后回复 7 年前
245460

不知现阶段大家访问 node 官网 或者用 nvm 安装node版本速度咋样?我这边是访问不到的。

查看回复

回复 (2)

W
waitingsong#27 年前
cat >> ~/.npmrc <<EOF
registry=https://registry.npm.taobao.org/
disturl=https://npm.taobao.org/dist
home=https://npm.taobao.org
strict-ssl=true
EOF
cat ~/.npmrc

npm i -g nrm 
nrm add taobao  https://registry.npm.taobao.org/
nvm use taobao
Z
zuohuadong#17 年前

nvm 安装可以淘宝加速 https://www.jianshu.com/p/bc56e70303f7

参与回复

登录后即可参与回复。登录