ReactNative Android : build error > A problem occurred starting process ‘command ‘node”

<solution 1> Stop the running Gradle daemon

https://github.com/facebook/react-native/issues/6875

cd android
./gradlew –stop

<solution 2> Open Android Studio from the Terminal to ensures it inherits the environment variables set in your shell.

open -a /Applications/Android\ Studio.app

コメントを残す

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください