I have just made a fresh Laravel 6 installation, and have run into the same problem. I have updated npm and NodeJS but these didn't help. So far I haven't made any code changes.
Sep 5, 2019
7
Level 4
npm run watch issues
cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js "--watch"
Additional dependencies must be installed. This will only take a moment.
Running: npm install --save-dev --production=false
Okay, done. The following packages have been installed and saved to your package.json dependencies list:
Additional dependencies must be installed. This will only take a moment.
Running: npm install --save-dev --production=false
Okay, done. The following packages have been installed and saved to your package.json dependencies list:
Finished. Please run Mix again.
I new up a laravel project. I run npm install. I run npm run dev (or npm run watch), and it keeps saying additional dependencies must be installed, but doesn't install anything.
I tried deleting node_modules folder and reinstalling, that didn't help as well.
Everything was fine yesterday. It just started randomly being a problem today. It is a problem on both laravel 6 and laravel 5.8 by the way.
Level 59
This was fixed earlier today. Can you ensure that you have the latest version of Mix installed? It should be 4.1.4.
4 likes
Please or to participate in this conversation.