guijs
guijs copied to clipboard
Node.js not found on my mac (Brew)
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:
- OS: MAC 10.15.2
- Node version: 13.3.0
- Brew version: 2.2.2
Where's your node binary in your filesystem? And what shell do you use?
It seems that node.js is here : /usr/local/Cellar/node/13.3.0
And I use zsh (iTerm2).
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 :wink:
For me there is the same Issue with node
My Node Path is /usr/local/bin/node
an i'm also using zsh.
The suggested steps in the release work fine for me 👍
same issue for me:
- zsh: 5.8
- node 14.4.0 (installed with brew)
- OS: 10.15.6
Same issue for me but I installed Node manually from the .dmg:
- macOS
10.15.7 (19H2)
-
bash, version 3.2.57(1)-release (x86_64-apple-darwin19)
node -v
v14.15.0
which node
/usr/local/bin/node
npm -v
6.14.10
which npm
/usr/local/bin/npm
@aaronschweig You said "The suggested steps in the release work fine for me " - I think those release notes have gone.
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.
Works like a charm...
Catalina 10.15.7
ZSH with Oh-My-ZSH and nvm and node plugin.