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 -
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