Error Node App React Native

0

I can not create new react native project Whenever I run the command: react-native init MyProject it can not finish creating the project.

The following image:

    
asked by anonymous 10.07.2018 / 03:52

2 answers

1

React-native version 0.56.0 has a bug in windows 10, use version 0.55.2. change the version in package.json, clean the node_modules folder and run npm install, then run.

    
05.09.2018 / 16:44
0

Install yarn, as it prompts you at the beginning of the installation. There are many npm errors that occurred when using it to install react native.

    
03.10.2018 / 17:13