跳到主要内容
CNode

node 官网访问巨慢

问答
WWenNingZhang发布于 6 年前最后回复 6 年前
244980

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

查看回复

回复 (2)

Z
zuohuadong#16 年前

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

W
waitingsong#26 年前
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

参与回复

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