我正在尝试发布一个新的名为nibble-qmk-hid的npm包。我已经通过npm init创建了这个项目。我已经通过npm login登录了npm,然后当我尝试通过npm publish --access public发布包时,我得到了以下错误:
npm ERR! code E404
npm ERR! 404 Not Found - PUT https://npm.pkg.github.com/nibble-qmk-hid
npm ERR! 404
npm ERR! 404 'nibble-qmk-hid@1.0.0' 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 ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Alex\AppData\Roaming\npm-cache\_logs\2020-08-23T17_47_29_933Z-debug.log我还尝试将npm更新到最新版本。
发布于 2020-08-26 22:34:20
https://stackoverflow.com/questions/63550278
复制相似问题