查看npm的设置 npm config list 设置代理 npm config set proxy http://127.0.0.1:2020 修改 registry npm config set registry https://registry.npmjs.org 带用户名和密码验...