npm publish 卡在npm notice Publishing to https://registry.npmjs.org/ with tag latest and default acces

问题: 

npm publish 卡在npm notice Publishing to https://registry.npmjs.org/ with tag latest and default acces_第1张图片
原因:
之前开了代理,有缓存导致网络连接错误
解决方案:
关闭代理再清空缓存重新上传
 

npm config set proxy false
npm cache clean

你可能感兴趣的:(npm,前端,node.js)