jorgebucaran / nvm.fish

The Node.js version manager you'll adore, crafted just for Fish
https://git.io/nvm.fish
MIT License
2.06k stars 69 forks source link

.nvmrc regex too strict #212

Open Zardoz89 opened 1 year ago

Zardoz89 commented 1 year ago

I just moved from using bash nvm over bass to nvm.fish and now, nvm use or nvm install fails to get the version form a .nvmrc file that don't have the preceding "v" . That .nvmrc was working fine with nvm over bass

imagen

fish, version 3.6.1 Debian 12 nvm.fish current version ( 2.2.13 )

jorgebucaran commented 1 year ago

Okay, this shouldn't be too hard to fix. It's probably just because of your recent switch to nvm.fish. As long as you don't manually add a "v" to the version, you should be fine in the future.