DEV Community

qianduan
qianduan

Posted on

solve download issue for nodejs

add the following settings in .npmrc file

registry=http://npm.ddxq.mobi/
disturl=https://npmmirror.com/mirrors/node
NODEJS_ORG_MIRROR=https://npmmirror.com/mirrors/node

Top comments (0)