Closed c-fitzmaurice closed 7 years ago
Is there an mix-manifest.json
file in the assets directory?
On first run of Mix, it should create the mix-manifest.json
if it's not present, no?
Do you get an error when you run npm dev run
?
I don't have your issue but in my case the script can't run since there are no assets
directory.
I'll push a fix for this as soon as possible.
Yes, I get the error when I run npm run dev
on a fresh install of the project, without editing any code.
Okay, then we're having the same issue. Create the assets
directory in the theme and you'll be good to go. I'll push a fix for this and release a new version. Thanks for reporting the issue!
Awesome, thanks for the instant reply. Great project!
Issue: On a fresh install from composer, Laravel Mix will not compile. Produces the following error:
Steps to reproduce: