Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zsh shell setup command did not work for me #1279

Open
aleksebastian opened this issue Oct 10, 2024 · 2 comments
Open

Zsh shell setup command did not work for me #1279

aleksebastian opened this issue Oct 10, 2024 · 2 comments

Comments

@aleksebastian
Copy link

aleksebastian commented Oct 10, 2024

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:

export PATH="/Users/work/Library/Application Support/fnm:$PATH"
eval "`fnm env`"

On an M1 MacBook Pro running macOS 15.0.1

@AllySummers
Copy link

I experienced the same issue. For some reason this directory isn't getting created on initial install with homebrew?

@bugzpodder
Copy link

same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants