0

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. enter image description here

Final Error

enter image description here

AWE
  • 213
  • 1
  • 4
  • 12

1 Answers1

0

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".

rajat44
  • 4,941
  • 6
  • 29
  • 37