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
Yeah, I understand. We ran into this because the Jenkins NVM wrapper plugin (https://github.com/jenkinsci/nvm-wrapper-plugin) pulls the install script from master. Ill see if I can get a patch into the project for pulling from a tag.
(Sorry, duplicate info. Communicating in the PR and this issue)
Hey,
It looks like a bug was introduced in #1381.
This can be replicated using:
this will create a directory literally named
$HOME/.nvm
. It does not expand $HOME.It looks like this is happening due to the change at https://github.com/DesignByOnyx/nvm/blob/1b2305232f878db80ded5450a5accc881d4e8752/install.sh#L10
The text was updated successfully, but these errors were encountered: