Here is the alternative solution to a programming problem you’re searching about “elifecycle npm install error” Code Answer. Oh hey it looks like you’re new here! Before reading any content that you actually came here for, how about you subscribe to my RSS feed for more posts that are probably not related at all the the reason you came here in the first place — So I had a problem with code and I solved it. The problem is your problem too, so here is the solution for “elifecycle npm install error” Code Answer.
xxxxxxxxxx
npm cache clean --force
//delete node_modules folder
//delete package-lock.json file
npm install
.
Step 2: Delete node_modules by $ rm -rf node_modules package-lock.json 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
This worked for me. Hopes it works for you too.
PS: If it is still there, kindly check the error it is displaying in red and act accordingly. This error is specific to node.js environment.
A special thanks to – Prakhar Mittal (https://stackoverflow.com/users/9478145/prakhar-mittal)
xxxxxxxxxx
Step 1: $ npm cache clean --force
Step 2: Delete node_modules by $ rm -rf node_modules package-lock.json 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
This worked for me. Hopes it works for you too.
PS: If it is still there, kindly check the error it is displaying in red and act accordingly. This error is specific to node.js environment.
A special thanks to - Prakhar Mittal (https://stackoverflow.com/users/9478145/prakhar-mittal)
Incoming search terms:
- elifecycle npm install
- error elifecycle npm install
- npm err elifecycle laravel