EmilMoe's avatar
Level 10

npm run results in many lines: <s> [webpack.Progress]

I have lately had a problem when I run npm run dev or the other built-in commands, the output doesn't come as a progress bar but a line by line progress. Here's an example:

<s> [webpack.Progress] 70% building 776/776 modules 0 active
<s> [webpack.Progress] 78% after module and chunk tree optimization
<s> [webpack.Progress] 79% basic chunk modules optimization
<s> [webpack.Progress] 80% chunk modules optimization
<s> [webpack.Progress] 80% advanced chunk modules optimization
<s> [webpack.Progress] 81% after chunk modules optimization

Is this a failure in the setup of Laravel or something on my machine and can i fix it?

I'm using Windows 10 and Git Bash with MINGW64

0 likes
1 reply

Please or to participate in this conversation.