export NODE_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/nodejs-release/
或
$ npm config set proxy http://proxy.company.com:8080
$ npm config set https-proxy http://proxy.company.com:8080
2022-09-26 Proxy
export NODE_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/nodejs-release/
或
$ npm config set proxy http://proxy.company.com:8080
$ npm config set https-proxy http://proxy.company.com:8080