joshwcomeau / guppy

🐠A friendly application manager and task runner for React.js
ISC License
3.27k stars 154 forks source link

can't finde local nodejs #342

Closed wuwb closed 5 years ago

wuwb commented 5 years ago

i had nodejs installed by brew.

node -v v11.3.0

image

melanieseltzer commented 5 years ago

Do you have /usr/local/bin in PATH? From the Brew FAQ:

My Mac .apps don’t find /usr/local/bin utilities! GUI apps on macOS don’t have /usr/local/bin in their PATH by default. If you’re on Mountain Lion or later, you can fix this by running sudo launchctl config user path "/usr/local/bin:$PATH" and then rebooting, as documented in man launchctl. Note that this sets the launchctl PATH for all users.

melanieseltzer commented 5 years ago

Duplicate of #317