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

6 days ago 9
ARTICLE AD BOX

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

Read Entire Article