I started working on a React Native project, everything was going very well. I was able to run my project on an android emulator, but then I wanted to add some other packages in my react native project. I tried to run my project once again on android emulator and I got error Command run-android unrecognized. Make sure that you have run npm install and that you are inside a react-native project.
I tried to create a new project, and add any package just to see if it will work, and I got the same error.
Got on my Linux machine and tried the same thing, and I didn't get any errors, but on Windows it won't work.
I'm working on Windows 10 -.- node version : 8.0.0 react-native : 0.44.2
via MadMaxa
No comments:
Post a Comment