-
-
Notifications
You must be signed in to change notification settings - Fork 79
Switching node version with omf plugin-nvm doesn't work #131
Comments
Hey @eecolella. Thanks for opening an issue! 😄 |
Hi @matchai, |
In both the top and bottom, the version being used is |
The reason a wrapper is often used is because it's a bash script, so you would have to source nvm using something like bass. Here is the conventional startup script, which fish-nvm uses: bass source $nvm_prefix/nvm.sh --no-use ';' nvm $argv The reason some nvm wrappers show the symbol and not others is because some don't use nvm directly and instead emulate nvm, like brigand/fast-nvm-fish, which is admittedly faster than actually using nvm, but doesn't alter What we need is a better fallback to It might be worth creating an issue to go ahead and test several nvm wrappers to installation methods and write tests for them to ensure compatibility. 🤔 |
Bug Report
Current Behavior
"nvm use" has no effect
Expected Behavior
"nvm use" should change node version
It is working with any theme, except spacefish
Environment
The text was updated successfully, but these errors were encountered: