
npm
莱米code
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
cnpm adduser 报错 409 Conflict
踩坑日记 | npm登录一直失败,返回409 Conflict?本文记录了作者从发现到解决问题的完整心路历程,快跟着作者一步一步的解决它!原创 2023-03-01 12:59:27 · 1113 阅读 · 0 评论 -
npm publish 400 maintainers
问题描述 在使用 lerna publish 时, 出现如下错误,导致发包失败 npm ERR! code E400 npm ERR! 400 Bad Request - PUT http://registry.xxx.com.cn/xxx - maintainers error 原因 package.json 中缺少 maintainers 字段,需要将维护者用户名加入到该字段下 解决方案 "maintainers": [ "xxx" ], ...原创 2021-06-20 15:19:19 · 1194 阅读 · 1 评论