可见是npm config的出了问题

我遇见的报错

使用npm ERR network If you are behind a proxy 问题_前端

我的解决方法

$ npm config list 
$ npm config delete https-proxy
$ npm config delete proxy
$ npm config set registry http://registry.cnpmjs.org/

重新进行 ​​npm install ____​