As we know Create React Native App is the easiest way to start building a new React Native application. But I tried to install this but I got failed. I am using Node v8.10.0 and npm v4.2.0.
Error Attached below.
I stucked here.
Final Error
As we know Create React Native App is the easiest way to start building a new React Native application. But I tried to install this but I got failed. I am using Node v8.10.0 and npm v4.2.0.
Error Attached below.
I stucked here.
Final Error
Go to Task Manager by ctrl+alt+del
and close all the node.js processes. Then rerun the command create-react-native-app <yourname>
, this time try it with other name instead of "AwesomeProject".