react.zonayed.me
react.zonayed.me copied to clipboard
React Project Setup
After successfully installing create-react-app i got the below error every time:--
F:\React-Prac
λ create-react-app my-app
Creating a new React app in F:\React-Prac\my-app.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts...
npm ERR! code Z_BUF_ERROR
npm ERR! errno -5
npm ERR! zlib: unexpected end of file
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\wd\AppData\Roaming\npm-cache_logs\2019-04-02T11_33_59_188Z-debug.log
Aborting installation.
npm install --save --save-exact --loglevel error react react-dom react-scripts has failed.
Deleting generated file... package.json
Deleting my-app/ from F:\React-Prac
Done.