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

Node.js not found on my mac (Brew) #45

Open
CharlesPoullain opened this issue Feb 27, 2020 · 9 comments
Open

Node.js not found on my mac (Brew) #45

CharlesPoullain opened this issue Feb 27, 2020 · 9 comments
Labels
bug Something isn't working platform:macos tauri

Comments

@CharlesPoullain
Copy link

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 CharlesPoullain added the bug Something isn't working label Feb 27, 2020
@lucasfernog
Copy link
Collaborator

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

@CharlesPoullain
Copy link
Author

CharlesPoullain commented Feb 27, 2020

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

@lucasfernog
Copy link
Collaborator

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

@mseele
Copy link

mseele commented Feb 29, 2020

same for me, i use zsh

@aaronschweig
Copy link

Thank you for the awesome App, reminds me a lot of the vue ui 😉
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 👍

@espensgr
Copy link

same issue for me:

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

@fmaclen
Copy link

fmaclen commented Jan 9, 2021

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

@wallabyway
Copy link

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

@djfinch
Copy link

djfinch commented Feb 23, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working platform:macos tauri
Projects
None yet
Development

No branches or pull requests

9 participants