iSaBo
iSaBo

Reputation: 187

React-Native - New App closed immediately

i get an new PC and i will install React-Native. I Installed the following Libraries:

If i run the command "react-native run-android" then the Node Server does not start immediately. If i run "react-native start" and in another terminal "react-native run-android", then the run command will close.

error

Another Problem is, that the Node Package Server dont open automaticially if i run "react-native run-android"

i hope someone can help me with my problem

Upvotes: 0

Views: 1074

Answers (1)

Vignesh V Pai
Vignesh V Pai

Reputation: 819

A similar bug was reported in React Native's official repository for version 0.60. It was an issue in react-native-cli.

See this bug report.

Solution for your problem is to update react-native-cli to the latest version.

How to update the cli?

Upvotes: 1

Related Questions