0

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!

Shamrai Aleksander
  • 13,096
  • 3
  • 24
  • 31

1 Answers1

1

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.

Mayank Oli
  • 11
  • 2