-
Notifications
You must be signed in to change notification settings - Fork 39
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
Blank forum page after installing chatter #17
Comments
There is an incompatibility between Laravel Mix and sass-loader v8, if you are experiencing errors when trying to compile the project javascript files with $ npm uninstall --save-dev sass-loader
$ npm install --save-dev sass-loader@^7
$ npm run prod |
sir can you help me to install this on laravel 7 sir? please i need your help this is my final assignment |
@alfievillarin can you create a new issue describing your problem? composer.json file would be handy |
I am facing the same issue. |
I have the same problem in laravel 8, the page loads blank giving an error in the script |
The text was updated successfully, but these errors were encountered: