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
I have noticed that a recently installed tool had a newer version of Node installed and that version (v23.3.0) was being used in my current work project instead of the one set by fnm. I have attempted to remove both (installed through homebrew) and reinstall from fresh, taking care to remove the dirs ~/.local/share/fnm and ~/.local/state/fnm_multishells/.
However I cannot get fnm use 20.10 after having installed it through fnm. Instead I get this error message:
error: We can't find the necessary environment variables to replace the Node version.
You should setup your shell profile to evaluate `fnm env`, see https://github.com/Schniz/fnm#shell-setup on how to do this
Check out our documentation for more information: https://fnm.vercel.app
Followed the instruction on #824 (comment) to add the env via .zshrc. That seems to have fixed the auto change on cd, and I make use of the fnm use <version>:
I have noticed that a recently installed tool had a newer version of Node installed and that version (v23.3.0) was being used in my current work project instead of the one set by
fnm
. I have attempted to remove both (installed throughhomebrew
) and reinstall from fresh, taking care to remove the dirs~/.local/share/fnm
and~/.local/state/fnm_multishells/
.However I cannot get
fnm use 20.10
after having installed it throughfnm
. Instead I get this error message:The text was updated successfully, but these errors were encountered: