Answers for "'cross-env' is not recognized as an internal or external command, operable program or batch file. npm err! code elifecycle npm err! errno 1 npm err! [email protected] start: `cross-env node_env=production babel-node api.js` npm err! exit status 1"

4

npm 'cross-env' is not recognized as an internal or external command

First run:

rm -rf node_modules
rm package-lock.json yarn.lock
npm cache clear --force

Then run the command:

npm install cross-env

npm install 

and then you can also run:

npm run dev
Posted by: Guest on June-24-2020

Code answers related to "'cross-env' is not recognized as an internal or external command, operable program or batch file. npm err! code elifecycle npm err! errno 1 npm err! [email protected] start: `cross-env node_env=production babel-node api.js` npm err! exit status 1"

Browse Popular Code Answers by Language