-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Node.js not found on my mac (Brew) #45
Comments
Where's your node binary in your filesystem? And what shell do you use? |
It seems that node.js is here : |
iTerm2 is your terminal emulator, but what shell do you use? bash, zsh? |
same for me, i use zsh |
Thank you for the awesome App, reminds me a lot of the vue ui 😉 The suggested steps in the release work fine for me 👍 |
same issue for me:
|
Same issue for me but I installed Node manually from the .dmg:
node -v
v14.15.0
which node
/usr/local/bin/node npm -v
6.14.10
which npm
/usr/local/bin/npm |
@aaronschweig My Node Path is /usr/local/bin/node an i'm also using bash. I fixed the problem, by opening a terminal, dragging and dropping the .app file into the terminal, then added open to the beginning of it. Then it started to work - ie. the "downloading packages" message appeared. |
Hey !
It seems that node.js cannot be found on my mac. I think it's because I installed node with brew
The
node -v
command works correctly.Desktop:
The text was updated successfully, but these errors were encountered: