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

原因:
之前开了代理,有缓存导致网络连接错误
解决方案:
关闭代理再清空缓存重新上传
npm config set proxy false
npm cache clean
更多推荐
问题:

原因:
之前开了代理,有缓存导致网络连接错误
解决方案:
关闭代理再清空缓存重新上传
npm config set proxy false
npm cache clean
更多推荐
所有评论(0)