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
Installed via homebrew and tried adding eval "$(fnm env --use-on-cd --shell zsh)" to my .zshrc file per the documentation but running node -v on a new terminal would give me:
zsh: command not found: node
Switching the provided command to the following that I found on my other computer finally made it work for me:
Installed via homebrew and tried adding
eval "$(fnm env --use-on-cd --shell zsh)"
to my .zshrc file per the documentation but running node -v on a new terminal would give me:Switching the provided command to the following that I found on my other computer finally made it work for me:
On an M1 MacBook Pro running macOS 15.0.1
The text was updated successfully, but these errors were encountered: