1

Laravel Mix has been installed the following way.

npm install laravel-mix@latest

But when running npm run production (happens with npm run dev too), I get the following error. I have deleted my node modules folder again and again and tried to install the laravel mix command by using the npm install laravel-mix --save command as well, same results, however.

enter image description here

1
  • Can you please add the contents of your package.json? Commented Feb 3, 2022 at 18:37

1 Answer 1

1

Try installing process as a dev dependency.

npm install --save-dev process
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.