Sun Dec 2019 2 years ago

On npm start npm ERR! A complete log of this run can be found in:

On npm start I am getting

npm ERR! A complete log of this run can be found in:C:\Users\asus\AppData\Roaming\npm-cache_logs\2019-07-05T11_54_44001Z-debug.log

How can I solve this, please help me out

reactjs

 

try:

  1. delete package-lock.json and node-modules dir

  2. $ npm cache clean --force

  3. $ npm install

  4. $ npm start

node js npm install