When I try to run create-react-app pro1
command, the following error comes up.
What do I need to do to solve this error?
this is a error show in console Creating a new React app in E:\react start\pro.
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 '...yozPMfj0/g==","shasum'
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Dell\AppData\Roaming\npm-cache_logs\2018-12-27T07_14_08_066Z-debug.log
Aborting installation. npm install --save --save-exact --loglevel error react react-dom react-scripts has failed.
Deleting generated file... package.json Deleting pro/ from E:\react start Done.
Comments
Post a Comment