NPM: solve slow network of NPM installation

change registry using NRM

npm install -g nrm

set new registry of TaoBao

nrm use taobao

confirm the changes

npm config list

get config proxy

npm config get proxy

npm config get https-proxy

set config proxy

npm config set proxy http://127.0.0.1:10809

npm config set https-proxy http://127.0.0.1:10809
创建时间:6/25/2022 11:39:38 PM 修改时间:9/21/2022 5:49:49 PM