If you tried to use react native cli to create a react native app with npm 5.
you will probably faced this error and this is how you fix it.
Run this in your terminal.
npm i -g npm@4.6.1
0-0
A Curious Developer.
If you tried to use react native cli to create a react native app with npm 5.
you will probably faced this error and this is how you fix it.
Run this in your terminal.
npm i -g npm@4.6.1
Leave a Reply