CNode

node 官网访问巨慢

问答
WWenNingZhang发布于6 年前最后回复6 年前2 回复4490 浏览0 收藏

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

查看回复

回复 (2)

Z
zuohuadong#1·6 年前

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

W
waitingsong#2·6 年前
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
参与回复
登录后即可参与回复。登录