這裏只寫一些npm進階方面的命令:npm
一、配置和刪除代理:npm config set proxy path 以及 npm config set https-proxy path,刪除使用npm config delete proxy/https-proxy;代理