Getting 404 when attempting to publish new package to NPM
It's solved by npm login
in my case, the error message is misleading
You need to have registered "supericium" (npm adduser
) as a username at the registry and be logged in (npm login
) to publish under that scope.
- https://docs.npmjs.com/getting-started/publishing-npm-packages
- https://docs.npmjs.com/getting-started/scoped-packages