-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Ignore empty stdout data when logging in verdaccio #16459
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
Conversation
|
Thanks for making a pull request to jupyterlab! |
|
Ok ignoring empty stdout is doing the job. The log when logging in to verdaccio are Verdaccio started
Logging in
stdout: Username:
Passing username...
stderr: npm notice Log in on http://0.0.0.0:4873/
stdout: Password:
Passing password...
stdout:
Ignoring empty stdout.
stdout:
Ignoring empty stdout.
stdout: Logged in on http://0.0.0.0:4873/.And ci is back to green |
krassowski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much @fcollonval!
|
@meeseeksdev please backport to 4.0.x |
|
@meeseeksdev please backport to 3.6.x |
#16462) Co-authored-by: Frédéric Collonval <[email protected]>
#16461) Co-authored-by: Frédéric Collonval <[email protected]>
#16460) Co-authored-by: Frédéric Collonval <[email protected]>
#16463) Co-authored-by: Frédéric Collonval <[email protected]> Co-authored-by: Michał Krassowski <[email protected]>
References
Fixes #16448
Code changes
Ignore empty stdout message when feeding prompt on verdaccio login.
User-facing changes
None
Backwards-incompatible changes
None