Friday, August 26, 2016

node.js - Gradle "... occurred starting process 'command 'npm''" on Mac

When  you use the react-native  build release APK;

if you meet this question:

node.js - Gradle "... occurred starting process 'command 'npm''" on Mac

you must use this command in the Root Project

react-native start      or   npm start

If the terminal always show:  the error infos:

you must in the android/dir  use this  command:
./gradlew --stop

No comments:

Post a Comment