https://facebook.github.io/react-native/docs/getting-started.html
I have followed the instruction that are on this link. But app is not starting on emulator
- I then follow the instructions on Delete the node_modules folder - rm -rf node_modules && npm install
- Reset packager cache - rm -fr $TMPDIR/react-* or node_modules/react-native/packager/packager.sh --reset-cache
- Clear watchman watches - watchman watch-del-all Recreate the project from scratch
and also create whole new project again to but every time this error pops-up
I have
npm 4.6.1
node v8.11.4
- jdk version 8
{ "name": "p3", "version": "0.0.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest" }, "dependencies": { "react": "16.4.1", "react-native": "0.56.0" }, "devDependencies": { "babel-jest": "23.4.2", "babel-preset-react-native": "5", "jest": "23.5.0", "react-test-renderer": "16.4.1" }, "jest": { "preset": "react-native" } }
Any help please.