我试图将一个包发布到Gitlab包注册中心,但是它一直在用404 @my-scope/<package-name> is not in this registry错误地运行我。/"当我运行npm publish时,我会得到下面的404个错误。code E404<em 浏览5提问于2022-03-05得票数 2 2回答 npm安装child_process不工作 我想使用child_process模块从node.js运行脚本...
这就是报错的原因。 解决办法也很简单,修改包名,或者用B的账号publish就可以了。 内容所属专栏
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, ...
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 from...
404 Not Found - GET https://registry.npmjs.org/MYPROJECT - Not found npm ERR! 404 npm ERR! 404 'MYPROJECT@latest' is not in this 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...
404npmERR!404'@test-ci-cd-group/test-package@1.0.0'isnotinthisregistry.npmERR!404npmERR!404NotethatyoucanalsoinstallfromanpmERR!404tarball,folder,httpurl,orgiturl. The URL of the project I'm using as the registry ishttps://my.org.com/test-ci-cd-group/npm-package-test, so I assume...
找不到npm错误404 是指在使用npm(Node Package Manager)安装或更新包时,出现了无法找到指定包的错误。这种错误通常是由于包的版本不存在或者包的名称错误导致的。 解决这个问题的方法有以下几种: 检查包的名称:确保你输入的包的名称是正确的,包括大小写和拼写。可以通过在npm官方网站或其他资源中搜索包的名称来确认...
当执行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...
这绝对是npm的一个bug。看起来上面的错误是默认错误,所以我的修改可能不会为你解决这个问题。