New Jan 21, 2026

A problem occurred evaluating project ':react-native-gesture-handler'. > A problem occurred starting process 'command 'node'' error

Libraries, Frameworks, etc. All from Newest questions tagged reactjs - Stack Overflow View A problem occurred evaluating project ':react-native-gesture-handler'. > A problem occurred starting process 'command 'node'' error on stackoverflow.com

It's because Android Studio couldn't find node and should be run from a terminal window.

If you are using Mac you can run Android Studio using this command in terminal. Note that if Android Studio is already running, it will need to be shut down completely before running the command.

I previously ran the command mentioned above, it works for me

open -a "Android Studio"

if this not works you try this
Run this open -a /Applications/Android\ Studio.app

Scroll to top