-
Notifications
You must be signed in to change notification settings - Fork 460
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
Panic when installing any node version #1176
Comments
It seems to work in zsh, so at least I can use that for now |
hmmmmmm would be very interesting to know what's the error, maybe it is related to some custom credentials path in your ENV? is there anything interesting happening in your env vars in nushell? |
https://docs.rs/reqwest/latest/reqwest/struct.Client.html#method.new |
Don’t think I have any crazy but my laptop does have some vars set up
|
So I assume the best way I can test it is to have malformed CA cert env vars, and then we can use the default instead of panicking, and emit a warning |
When I run
fnm install --latest
(or any other version) I receive the following errorMy version of rustc is
1.78.0
Is it possible to install a node version manually while this is an issue for me?
The text was updated successfully, but these errors were encountered: