-
-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2FA fails with 400 Bad Request on initial package publish #427
Comments
It is worth noting that the package did successfully publish. |
Note that this is quite similar to #424, and so the two issues might be caused by the same problem. |
Same thing happening to me :/ |
2020-07-18T07_38_21_727Z-debug.log This is still happening. And there are at least two bugs for this issue, this one and #494 . |
It would be nice to have a way to continue the process when something breaks as well. |
Closing out old issues / personal git cleaning... - closing in pref to #494 |
Description
I created a new package, got it all ready, and I go to publish it with np but on initial publish I get
Steps to reproduce
mkdir MyAwesomeNPTest && cd MyAWesomeNPTest
npm init
then do what you need to make it a valid package for np publish, like make the test script empty so it passes...npx bin np
Expected behavior
I expect a bunch of happy output, probably ending in a rocket ship emoji ;-)
Environment
np - 5.0.2
Node.js - 12.2.0
npm - 6.9.0
Git - 2.20.1
OS - Ubuntu 19.04
The text was updated successfully, but these errors were encountered: