laravel 7 error npm run dev
rm -rf node_modules
rm package-lock.json yarn.lock
npm cache clear --force
npm install
laravel 7 error npm run dev
rm -rf node_modules
rm package-lock.json yarn.lock
npm cache clear --force
npm install
npm ERR! code ELIFECYCLE npm ERR! errno 2
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)
npm ERR! code ELIFECYCLE npm ERR! errno 1
rm -rf node_modules && rm ./package-lock.json && npm install
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us