-
Notifications
You must be signed in to change notification settings - Fork 45
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
Linux Manjaro: Stuck during login with npx verdaccio-github-oauth-ui at "[github-oauth-ui] Running command: npm config list --json" #196
Comments
Thanks for reporting. If successful, the output looks something like this:
If you're not seeing this, an error occurred and the process exits with status 1, indicating that there was an error. The error message is displayed on the web page that opens during the OAuth flow. I made a change to log it as well. |
Please comment if this did not resolve your issue. |
TLDR: Works with Windows 11 and Ubuntu WSL but doesn't work on my two Manjaro setups.. :( non verbose log:
The verbose output indicates that it successfully ran the command:
so not really sure why it doesn't "exit" the command execution One more update: I've also just tested it on Windows and there the issue doesn't seem to occur... |
Bug Report
Versions
Environment
Observed behavior
Loggin in via the web-interface works but via the console it is stuck at
[github-oauth-ui] Running command: npm config list --json
I'm logging in via
npx verdaccio-github-oauth-ui --registry https://npm.pkg.holoride.com/
Expected behavior
The command should either produce and error or log me in.
Steps to reproduce
Run the login command without any npm settings (I've deleted ~/.npmrc and the ~/.npm folder)
Additional context
To help in bug hunting this is the verbose output which seems to be successful:
Edit: It seems that the generated token from the ui doesn't work:
The text was updated successfully, but these errors were encountered: