Skip to content
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

Css are missing after npm run development #6

Closed
askides opened this issue May 8, 2019 · 2 comments
Closed

Css are missing after npm run development #6

askides opened this issue May 8, 2019 · 2 comments

Comments

@askides
Copy link

askides commented May 8, 2019

Hi!
I've tried to install the package. All was correct until i've done
npm run development
This command not return error, the compilation goes success, but if i reload the page the tabler.css file is filled with some JS..

Anyone has the same problem?

Renny

@frdteknikelektro
Copy link
Contributor

Yes, I've check it, this package setup doesn't support laravel-mix@^4.0 . Try to downgrade laravel mix

npm install laravel-mix@^3.0 --save-dev

@askides
Copy link
Author

askides commented May 14, 2019

Thanks @frdteknikelektro!
This Workaround works! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants