You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Must admit, we've not tested with Laravel 8 yet, but this looks more like an issue with Laravel Mix 6 I'm guessing.
You can actually compile Maelstrom however you like, using whatever build chain you want as long as it supports PostCSS (tailwind) and React - so the documentation is more of a guide than a copy/paste.
Describe the bug
I made a clean installation with Laravel 8 and the installation of authentication with Breeze
I was following the site tutorial below, I noticed that it has some outdated functions
https://www.maelstrom-cms.com/getting-started/installing.html#fresh-install
So I found in GitHub the example used in the video, it would be good to upgrade on the site.
https://github.com/maelstrom-cms/documentation/blob/master/examples/blog.md
However, when trying to install, it presented the errors below.
When you try to install, and run the "NPM RUN DEV" command displayed the error below.
Then I moved to
mix.js("resources/js/maelstrom.js", "public/js");
And then presented the following error.
So I can not install and use Maelstrom.
Could anyone help?
The text was updated successfully, but these errors were encountered: