0
I installed the create-React-app all right, but when tried to create a project using the command create-React-app hello-world of the following error:
C:\Users\j.santos.da.silva\Desktop\curso-angular>create-react-app hello-world
Creating a new React app in C:\Users\j.santos.da.silva\Desktop\curso-angular\hello-world.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts...
npm ERR! Unexpected end of JSON input while parsing near '...verse":"7.0.0-alpha.1'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\j.santos.da.silva\AppData\Roaming\npm-cache\_logs\2018-06-12T15_34_51_173Z-debug.log
Aborting installation.
npm install --save --save-exact --loglevel error react react-dom react-scripts has failed.
Deleting generated file... package.json
Deleting hello-world / from C:\Users\j.santos.da.silva\Desktop\curso-angular
Done.
guy worked out, thanks saved my ass trying to make it
– Jhonatas Silva