-
-
Notifications
You must be signed in to change notification settings - Fork 8k
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
nvm.sh exits with code 3 #1587
Comments
Thanks! |
Can I somehow test this change? @ljharb
|
The way to test it is to clone the git repo and check out the master branch ($NVM_DIR may already be a git repo) |
@ljharb thank you. I just found a similar issue with
|
Thanks, that's also now fixed in master. |
this still happens with 0.34.0 |
@pvinis could you file a new issue, and fill out the issue template? |
I run it with
set -e
. When I addset -eu
, I see this error as well:Operating system and version:
Linux b5ed256ad5ef 4.9.36-moby Build node_g for debugging #1 SMP Wed Jul 12 15:29:07 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux (docker)
How did you install
nvm
? (e.g. install script in readme, homebrew):install script from readme
What steps did you perform?
exit code 3
The text was updated successfully, but these errors were encountered: