Issue Publishing Scoped Package to npm Registry #174044
Replies: 3 comments
-
|
as for me, the possible causes are :
possible things you can do :
|
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
Just ran into this myself while upgrading to Trusted Providers and OIDC. My issue ended up being my Github Action wasn't using the latest npm version (must be at least # Ensure npm 11.5.1 or later for trusted publishing
- run: npm install -g npm@latest |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
I am trying to publish a package under the @LoginRadius scope from a private GitHub repository located at https://github.com/LoginRadius
.
However, while publishing, I encountered the following error:
Could you please help me understand why this error is occurring and guide me on how to successfully publish this package under the @LoginRadius scope?
Thank you for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions