npm换源
查看当前源:
npm config get registry默认源:
npm config set registry https://registry.npmjs.org淘宝源:npm config set registry https://registry.npm.taobao.org
淘宝源(新):
npm config set registry https://registry.npmmirror.com单次指定源
npm --registry https://registry.npmmirror.com install