Open az-ericso opened 8 years ago
yeah, I got the same error -- I just looked in the package.json file and saw it was doing a react-native start
command. I do it from outside of npm and it worked :/ hopefully that help you @az-ericso
Same error only just execute react-native
D:\1\proj\node_modules\.bin>react-native 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
I also ran into same issue, as an alternative install this package with yarn globally i.e.
First remove package
sudo npm uninstall -g react-native
then install with yarn
sudo yarn global add react-native-cli
This worked for me !
Unable to run the app.
Followed the instruction above to clean up the react-native but still seeing the same error.