When launching React Native project through a custom script, Ghostty returns "node: command not found" while Terminal.app and Kitty work fine. #4459
Unanswered
childrentime
asked this question in
Feature Requests, Ideas
Replies: 3 comments 4 replies
-
|
#3333 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@childrentime Where should |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
PATH=$HOME/.local/bin:$HOME/bin:$PATH in ~/.zprofile |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
Steps to Reproduce
Expected Behavior
Script should execute successfully as it does in Terminal.app and Kitty
Actual Behavior
Receiving error: "node: command not found"
Additional Context
When launching Ghostty via file association or

opencommand, the PATH environment variable is severely limited and does not inherit the full system PATH.https://github.com/childrentime/ghostty-re
Beta Was this translation helpful? Give feedback.
All reactions