I installed the create-react-app all right, but when you tried to create a project using the hello-world create-react-app command it gives 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\_logs18-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.