-
Notifications
You must be signed in to change notification settings - Fork 359
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
Issue with the template css #69
Comments
I have the same problem. |
I even posted on stack overflow and in Coreui community and seems like no one knows what's going on |
What is your version of @coreui/coreui in node_modules? |
The version I had is "version": "2.0.1" |
I asked about the version of @coreui/coreui library, go to node_modules/@coreui/coreui/ and check the version in package.json |
The version I had "version": "4.0.1" |
You have to lock the version of @coreui/coreui in package.json Change
to
and reinstall using |
ok i will tested thanks for your feedback |
I checked the node_modules/@coreui/coreui/ and check the version in package.json. The version was "3.3.0" and I changed it to "3.4.0" and ran npm install but still same problem |
BTW, whenever I run
|
it working for me i changed |
I finally made it work, |
with pleasure sir |
Yes,faced the same problem!! |
I got pages like this |
check your cdn links for css and js.
Change the version numbers included with the links.
في الأحد، 3 أكتوبر 2021 في 5:07 م تمت كتابة ما يلي بواسطة
SmithaSadanandan ***@***.***>:
… I got pages like this
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#69 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUIO6UVWEKWESO4MZBSXIMDUFBPQTANCNFSM5AEDZHGA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Hello there,

I have an issue where whenever I try to install the template I get my page like this picture
So I'm trying to install it with laravel..
I tried to follow the instruction in coreui doc and I tried to follow a tutorial on youtube made by laravel daily but both give the same result
The text was updated successfully, but these errors were encountered: