npm err! Error: connect ECONNREFUSED 127.0.0.1:8087

安装插件过程中如果出现以下错误:

npm err! Error: connect ECONNREFUSED 127.0.0.1:8087

解决办法为:

$ npm config set proxy null

你可能感兴趣的:(npm err! Error: connect ECONNREFUSED 127.0.0.1:8087)