
Laravelのnpm run devで「Module build failed: Error: You may be using an old version of webpack; please check you’re using at least version 4」と出る。
Laravelに組み込まれているlaravel-mixでAngularをビルドしようとした時に、以下のエラーが出ました。
> npm run dev
…
Module build failed: Error: You may b...