-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): #91
Comments
The color-adjust shorthand is currently deprecated and it depends on the [email protected] I was able to fix this by reverting the autoprefixer package as well as @benno to version 10.4.5. Run this: |
thanks @yalcincoruh , but it not work for me, I still get the same issue after running |
It's trying to find the tailwind config file. Create an empty file called |
but tailwind.config.js is already exists |
There are alternative solutions at this address : in the package.json file |
I also had the same error |
i have the same problem |
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
To Reproduce
Hi, I'm installing laravel 8 and try to swap the jetstream from tailwind to bootstrap, but when I run 'npm run dev', it produce these errors
this is my package version
The text was updated successfully, but these errors were encountered: