Reputation: 3
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:
Thanks in advance!
Upvotes: 0
Views: 62
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