1

enter image description hereI had my app working nicely before I made changes to public/index.html file to change the favicon icon. At that time it did not give any error but next day when I started the npm server again, I got this. Now my other react apps are also showing the same error.

hemant yadav
  • 107
  • 8
  • 1
    Possible duplicate of [Node.js: what is ENOSPC error and how to solve?](https://stackoverflow.com/questions/22475849/node-js-what-is-enospc-error-and-how-to-solve) – 0stone0 Jun 14 '19 at 09:41
  • Solved it. I got it from https://stackoverflow.com/questions/42308879/npm-err-code-elifecycle – hemant yadav Jun 14 '19 at 09:48

1 Answers1

0

Delete the node_modules folder and install again.

npm install

make sure to clearing npm cached files too.

Mahendra Pratap
  • 1,889
  • 3
  • 16
  • 41