v25.5.0 failed to publish to npm
See original GitHub issueLooking at the publish_to_npm
action for the commit that should’ve published 25.5.0, it failed.
npm ERR! This operation requires a one-time password from your authenticator. npm ERR! You can provide a one-time password by passing
--otp=<code>
to the command you ran. npm ERR! If you already provided a one-time password then it is likely that you either typoed npm ERR! it, or it timed out. Please try again.
Did you recently add 2FA to your NPM account?
See PR #1598
Issue Analytics
- State:
- Created 3 years ago
- Comments:19 (9 by maintainers)
Top Results From Across the Web
Publish to npm failing · Issue #95 · release-it/release-it - GitHub
I'm getting the following error when trying to use release-it. As you can see I've tried printing out debug info, but am not...
Read more >Package is not publishing to npm (not in the npm registry)
Try npm login . In case of npm publish , sometimes misleading message is shown.
Read more >jest - npm
Delightful JavaScript Testing.. Latest version: 29.3.1, last published: 2 months ago. Start using jest in your project by running `npm i ...
Read more >How to troubleshoot NPM problems - JFrog
You can eliminate a great deal of noise by simulating each step your client is taking and examining what HTTP error code is...
Read more >Travis reports a build success even though the npm publish ...
Deploying application NPM API key format changed recently. If your deployment fails, check your API key in ~/.npmrc.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@kulshekhar seem like now it’s possible with new feature https://github.blog/changelog/2020-10-02-npm-automation-tokens/
ok I will just keep the 2FA and manually publish 👍