I am trying to run a reactnative
application. I have updated the npm
along with its package dependencies.
With the following series of command
npm install
Followed by
npm update
Then
npm install -g yarn
Then i tried to run yarn as yarn start
Even after all the updates it says yarn is not recognized. But when install a fresh reacnative app as per its documentation and run yarn it works, but not working with this reactnative project.
I am using react native "0.55.3"
I looked over SO and found this thread which has same issue as me. but those answers does not work for me . React Native Error - yarn' is not recognized as an internal or external command
if anyone can help i will really appreciate that. Thanks