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
It looks like the --silient-if-unchanged flag is ignored if the .nvmrc file contains an alias instead of a literal node version.
~
GPetryk@gpetryk $ fnm use
Using Node for alias default
~
GPetryk@gpetryk $ fnm use --silent-if-unchanged
Using Node for alias default
~
GPetryk@gpetryk $ cat ~/.nvmrc
default
~
GPetryk@gpetryk $ echo v23.2.0 >! .nvmrc
~
GPetryk@gpetryk $ fnm use
Using Node v23.2.0
~
GPetryk@gpetryk $ fnm use --silent-if-unchanged
~
GPetryk@gpetryk $ cat .nvmrc
v23.2.0
The text was updated successfully, but these errors were encountered:
fnm version:
1.37.2
shell:
zsh
OS:
MacOS Sonoma 14.7.1
It looks like the
--silient-if-unchanged
flag is ignored if the.nvmrc
file contains an alias instead of a literal node version.The text was updated successfully, but these errors were encountered: