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

Issue with the template css #69

Open
deva7m8d opened this issue Jul 10, 2021 · 17 comments
Open

Issue with the template css #69

deva7m8d opened this issue Jul 10, 2021 · 17 comments

Comments

@deva7m8d
Copy link

Hello there,
I have an issue where whenever I try to install the template I get my page like this picture
image

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

@hmzaaa
Copy link

hmzaaa commented Jul 13, 2021

I have the same problem.

@a7m8d1
Copy link

a7m8d1 commented Jul 13, 2021

I even posted on stack overflow and in Coreui community and seems like no one knows what's going on

@mrholek
Copy link
Member

mrholek commented Jul 13, 2021

What is your version of @coreui/coreui in node_modules?

@hmzaaa
Copy link

hmzaaa commented Jul 13, 2021

The version I had is "version": "2.0.1"

@mrholek
Copy link
Member

mrholek commented Jul 13, 2021

I asked about the version of @coreui/coreui library, go to node_modules/@coreui/coreui/ and check the version in package.json

@hmzaaa
Copy link

hmzaaa commented Jul 13, 2021

The version I had "version": "4.0.1"

@mrholek
Copy link
Member

mrholek commented Jul 13, 2021

You have to lock the version of @coreui/coreui in package.json

Change

"@coreui/coreui": "^3.2.0"

to

"@coreui/coreui": "3.4.0",

and reinstall using npm install

@hmzaaa
Copy link

hmzaaa commented Jul 13, 2021

ok i will tested thanks for your feedback

@a7m8d1
Copy link

a7m8d1 commented Jul 13, 2021

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

@a7m8d1
Copy link

a7m8d1 commented Jul 13, 2021

BTW, whenever I run npm install I get this message

up to date, audited 1994 packages in 4s

111 packages are looking for funding   
  run `npm fund` for details

56 vulnerabilities (5 low, 20 moderate, 28 high, 3 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues possible (including breaking changes), run:
  npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.

@hmzaaa
Copy link

hmzaaa commented Jul 13, 2021

it working for me i changed
the link to
https://unpkg.com/@coreui/[email protected]/dist/css/coreui.min.css

@a7m8d1
Copy link

a7m8d1 commented Jul 13, 2021

I finally made it work,
Thanks Mrholek and hmzaaa
I appreciate the help

@hmzaaa
Copy link

hmzaaa commented Jul 13, 2021

with pleasure sir
thanks to you and marholek for help
what change do you make ?

@TasneemWahdan
Copy link

Yes,faced the same problem!!
The problem was with cdn links
updated them to version 3.4.0

@SmithaSadanandan
Copy link

core

@SmithaSadanandan
Copy link

I got pages like this

@TasneemWahdan
Copy link

TasneemWahdan commented Oct 3, 2021 via email

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

6 participants