结果发布的时候,傻眼了,怎么都发布不上去,一直报404错误,怎么都发不上去。报错截图如下。 百度了半天,终于解决了问题,这里记录下。 出现错误的原因是,我在npm上的用户名是A,而我的包名是 @B/xxxx。 npm规定包名中,@后是用户名,我这里是B,而我的用户名是A。这就是报错的原因。 解决办法也很简单,修改包名,...
404 '@ndk/env@0.0.3' is not in the npm registr 浏览3提问于2021-02-05得票数 0 1回答 Gitlab包注册表在npm发布中抛出404 我试图将一个包发布到Gitlab包注册中心,但是它一直在用404 @my-scope/<package-name> is not in this registry错误地运行我。/"当我运行npm publish时,我会得到下面的40...
npm cache clean --force npm install @npmcli/docs 通过以上步骤,你应该能够定位并解决“npm err! 404 '@npmcli/docs@^1.0.0' is not in this registry”的问题。如果问题依旧存在,可能需要进一步检查你的网络设置或咨询npm的支持团队。
npm ERR!404 unauthorized Login first: nini-react npm ERR!404 npm ERR!404'nini-react'isnotin thenpm 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 installfrom a npm ERR!404 tarball, folder, ...
当执行npm publish,发生了如下错误: appledeMacBook-Pro:nini-react apple$ npm publish npm ERR! publish Failed PUT 401 npm ERR! code E401 npm ERR! 404 unauthorized Login first: nini-react npm ERR! 404 npm ERR! 404 'nini-react' is not in the npm registry. npm ERR! 404 You should bug...
当执行npm publish,发生了如下错误: appledeMacBook-Pro:nini-react apple$ npm publish npm ERR! publish Failed PUT 401 npm ERR! code E401 npm ERR! 404 unauthorized Login first: nini-react npm ERR! 404 npm ERR! 404 'nini-react' is not in the npm registry. npm ERR! 404 You should bug...
404Not Found - PUT https://registry.npmjs.org/@xxx%2fxxx - Scope not foundnpm ERR!404npm ERR!404'@xxx/xxx@0.0.0' is not in this registry. npm ERR!404You should bug the author to publish it (or use the name yourself!) npm ERR!404npm ERR!404Note that you can also install ...
我已经发布了很多npm包,但这是我自己第一次遇到这个问题。这非常奇怪,因为这个包与我之前发布的包几乎...
这绝对是npm的一个bug。看起来上面的错误是默认错误,所以我的修改可能不会为你解决这个问题。
之前在和小伙伴做一些项目学习的时候经常会写一些重复的代码,然后复制粘贴到下一个项目中使用,比如之前...