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
✖ Error publishing package:
Command failed with exit code 1 (EPERM): npm publish --tag next --otp 669300
The project was rolled back to its previous state.
Running that command gives:
npm ERR! code E402
npm ERR! 402 Payment Required - PUT https://registry.npmjs.org/@szmarczak%2fgot-testing - You must sign up for private packages
Expected output
✖ Error publishing package:
Command failed with exit code 1 (EPERM): npm publish --tag next --otp 669300
npm ERR! code E402
npm ERR! 402 Payment Required - PUT https://registry.npmjs.org/@szmarczak%2fgot-testing - You must sign up for private packages
The project was rolled back to its previous state.
The text was updated successfully, but these errors were encountered:
I ran into this issue as well. It looks like the problem is that the ui function isn't returning the publishScoped answer that it prompts the user for. Because of that npm publish isn't called with the --access public flag, and it fails.
Running that command gives:
Expected output
The text was updated successfully, but these errors were encountered: