-1

I am working on a React project. Every day while I try to start the project, I face "npm ERR! code ELIFECYCLE". But somehow I solve this problem by getting help from these two links.

npm ERR! code ELIFECYCLE

Error in starting react project

How can I solve the issue permanently?

SAIF AHMED ANIK
  • 435
  • 1
  • 4
  • 12

1 Answers1

0

Linux solution
start project with this command

sudo npm start
SAIF AHMED ANIK
  • 435
  • 1
  • 4
  • 12