Ive never heard of such a message. Can you post a screenshot?
Dec 9, 2020
14
Level 39
Finished. Please run Mix again?
When I run "npm run dev" I get this message, it's clear but I'm not comfortable with it.
Why it appears? (Why everything is not done in one pass?)
Is there a config in package.json to avoid this?
Level 28
My guess is that some dependencies were installed when you ran npm run dev. If that's the case, you shouldn't see this message anymore because they're now installed. It asks you to run it again to make sure everything gets compiled correctly by using the previously missing dependencies.
2 likes
Please or to participate in this conversation.