Closed
Description
Fresh created project with react-native init.
If running "npm run start PORT=8081" or "react-native start" and thereafter "run-android" in another node.js command prompt window, it works fine.
When running "react-native run-android", it should open Node.js server in new window, but gives following error.
Something needs to be fixed, maybe PATH environment variable.