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
Prior to the current nvm version, you could source $NVM_DIR/nvm.sh without issue, but the current nvm version, v0.40.0 appears to cause an error when trying to source, if you already have an .nvmrc present.
Hi @Skenvy , the only possible solution is : Downgrade to a stable version of nvm (e.g., v0.39.7) that does not exhibit this issue until a fix is released . regards
Hi @Skenvy , the issue nvm-sh/nvm#3405 , has been fixed , if not the possible workaround is to Downgrade to a stable version of nvm (e.g., v0.39.7) that does not exhibit this issue until a fix is released .Thanks closing this issue .
Description
See nvm-sh/nvm#3405.
Prior to the current nvm version, you could source
$NVM_DIR/nvm.sh
without issue, but the current nvm version,v0.40.0
appears to cause an error when trying to source, if you already have an.nvmrc
present.Platforms affected
Runner images affected
Image version and build link
ubuntu-22.04
20240804.1.0
link
Is it regression?
20240730.2.0 link
Expected behavior
Should be able to source nvm.sh with an nvmrc present.
Actual behavior
"Error code 3"
Repro steps
The text was updated successfully, but these errors were encountered: