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
Fixed by making nvm_data and nvm_mirror universally scoped, so that they're immediately available to all running sessions after installing the plugin. Thank you! 💯
I encountered the following error when running
nvm install
.I found these two related issues #130 and #139 but since I also experienced the error I figured I could track down some reproduction steps.
In Shell 1
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher
fisher install jorgebucaran/nvm.fish
In Shell 2
The attached video demonstrates how to reproduce the bug:
nvm-error-repro-steps.mov
The error doesn't happen in new shells. When I noticed that
nvm
worked in a previously open shell, I assumed thatnvm install
would work too.The text was updated successfully, but these errors were encountered: