I 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.
Asked
Active
Viewed 38 times
1

hemant yadav
- 147
- 2
- 11
-
1Possible 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 Answers
0
Delete the node_modules folder and install again.
npm install
make sure to clearing npm cached files too.

Mahendra Pratap
- 3,174
- 5
- 23
- 45