Closed SidFeng closed 8 years ago
npm start
this is output Looks like you installed react-native globally, maybe you meant react-native-cli? To fix the issue, run npm uninstall -g react-native npm install -g react-native-cli
but i had install react-native-cli
I change my package.json file to "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start" }, and it is working now
npm start
this is output Looks like you installed react-native globally, maybe you meant react-native-cli? To fix the issue, run npm uninstall -g react-native npm install -g react-native-cli
but i had install react-native-cli