guijs icon indicating copy to clipboard operation
guijs copied to clipboard

Node.js not found on my mac (Brew)

Open CharlesPoullain opened this issue 5 years ago • 9 comments

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

CharlesPoullain avatar Feb 27 '20 21:02 CharlesPoullain

Where's your node binary in your filesystem? And what shell do you use?

lucasfernog avatar Feb 27 '20 22:02 lucasfernog

It seems that node.js is here : /usr/local/Cellar/node/13.3.0 And I use zsh (iTerm2).

CharlesPoullain avatar Feb 27 '20 22:02 CharlesPoullain

iTerm2 is your terminal emulator, but what shell do you use? bash, zsh?

lucasfernog avatar Feb 29 '20 11:02 lucasfernog

same for me, i use zsh

mseele avatar Feb 29 '20 13:02 mseele

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 👍

aaronschweig avatar Feb 29 '20 21:02 aaronschweig

same issue for me:

  • zsh: 5.8
  • node 14.4.0 (installed with brew)
  • OS: 10.15.6

espensgr avatar Aug 25 '20 06:08 espensgr

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

fmaclen avatar Jan 09 '21 14:01 fmaclen

@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.

wallabyway avatar Feb 20 '21 21:02 wallabyway

Works like a charm... Catalina 10.15.7 ZSH with Oh-My-ZSH and nvm and node plugin. image

djfinch avatar Feb 23 '21 21:02 djfinch