首页 > 其他 > 详细

npm publish 一直报错 404

时间:2019-11-23 20:18:18      阅读:805      评论:0      收藏:0      [点我收藏+]

 

因为设置了 gihub 的 packages 配置,去掉就好

"publishConfig": {
  "registry": "https://npm.pkg.github.com/"
},

 

报错信息如下

ERR! code E404
npm ERR! 404 Not Found - PUT https://npm.pkg.github.com/zswui
npm ERR! 404 
npm ERR! 404  ‘zswui@0.0.41‘ is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url

  

 

npm publish 一直报错 404

原文:https://www.cnblogs.com/winyh/p/11919428.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!