Closed Konafets closed 7 years ago
I solved it by myself. During $ npm install
I spotted
/Users/username/Sites/project/dev/htdocs
└─┬ laravel-mix@0.6.0
└── UNMET PEER DEPENDENCY webpack@2.2.1
After installing webpack 2.2.1 manually I was able to compile the assets down.
I tried to upgrade from 5.3 to 5.4 following the Laravels and Sparks upgrade guides. When running
$ npm run dev
I got the following errorUsed config file is the one I got via
$ npm install
This is how package.json looks like