본문 바로가기
카테고리 없음

Ubuntu 18.04 : npm ERR! code ELIFECYCLE

by web data 2020. 2. 10.

npm ERR! code ELIFECYCLE

 

Step 1: $ npm cache clean --force

Step 2: Delete node_modules by $ rm -rf node_modules folder or delete it manually by going into the directory and right-click > delete / move to trash. Also, delete package-lock.json file too.

Step 3: npm install

To start again, $ npm start