Kashif Nazir Khan
Kashif Nazir Khan

Reputation: 3

React Native Configuration Return Error 500, Followed React Native Docs

I have followed all instruction as in docs, but couldn't start my first react native app.Node -v v8.11.4, npm 4.6.1, react-native-cli 2.0.1

See Error Image Here:

screenshot

Thanks in advance!

Upvotes: 0

Views: 62

Answers (1)

Mayank Oli
Mayank Oli

Reputation: 11

You need to clear the watchman cache and delete the node_modules folder and re-install it by using npm install. If it still not works try updating your RN version to the latest one.

Upvotes: 1

Related Questions