I\'m trying to run npm run dev for Laravel Mix and I get this error:
npm run dev
> @ dev D:\\projects\\ptcs > cross-env NODE_ENV=development webpack -
Your error states that cross-env is not installed.
'cross-env' is not recognized as an internal or external command, operable program or batch file.
You just need to run
npm install cross-env