You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
Run docker build -t changesets-normalize-registry-path-components .
Run docker run --rm changesets-normalize-registry-path-components
Actual result
🦋 info npm info package-to-publish
🦋 info package-to-publish is being published because our local version (1.0.0) has not been published on npm
🦋 info Publishing "package-to-publish" at "1.0.0"
🦋 error an error occurred while publishing package-to-publish: ENEEDAUTH This command requires you to be logged in to http://localhost:4880/npm
🦋 error You need to authorize this machine using `npm adduser`
🦋 error npm error code ENEEDAUTH
🦋 error npm error need auth This command requires you to be logged in to http://localhost:4880/npm
🦋 error npm error need auth You need to authorize this machine using `npm adduser`
🦋 error npm error A complete log of this run can be found in: /root/.npm/_logs/XXX-debug-0.log
🦋 error
🦋 error packages failed to publish:
🦋 package-to-publish@1.0.0
Expected result
🦋 info npm info package-to-publish
🦋 info package-to-publish is being published because our local version (1.0.0) has not been published on npm
🦋 info Publishing "package-to-publish" at "1.0.0"
🦋 success packages published successfully:
🦋 package-to-publish@1.0.0