这里只写一些npm进阶方面的命令:
1、配置和删除代理:npm config set proxy path 以及 npm config set https-proxy path,删除使用npm config delete proxy/https-proxy;