-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 not loaded in local environment #1989
Comments
Hi @Dexalt142 Anyone else having this issue? |
Hi @Dexalt142
|
Yes I'm on |
|
@Dexalt142 try upgrading your node version to LTS. |
@felipesuri Node upgraded to LTS version, installed the deps using |
@Dexalt142 With the LTS version, exclude the folder and clone again, and install dependencies with |
@felipesuri Cloned the repository, I installed the dependencies both with |
@Dexalt142 This is so strange. When you run |
@Dexalt142 I actually thought of something. Do you have an But I guess this is not your issue. I re-cloned the repo and did not have any issues 😞 |
@smarroufin Maybe the problem is with Windows, I really don't know. |
@smarroufin Yes, I have an @felipesuri Yeah I tried this on 2 Windows machines and got the same result, Windows might be the problem. |
@Dexalt142 Can you try running the app on Firefox Browser? |
@Dexalt142 Everything works fine for me on Windows 11 with WSL2. Furthermore, I have exactly same outputs in my browser console. Could you inspect an element ( When it's working it says that the CSS classes are defined within a If the CSS is here, it can be a browser issue, try disabling all extensions and also try with a different browser. |
@felipesuri Firefox gives the same result @kevinmarrec I compared local and nuxtjs.org version, and here are the results: |
I have the same problem😅 |
1 similar comment
I have the same problem😅 |
Hello, I forked this repo and cloned it into my computer and ran
yarn install
. All deps installed andyarn.lock
hasn't been affected.After all the deps are installed I ran
yarn dev
. Files built, development started with no errors.The issue is every time I opened
localhost:4000
in my browser the CSS is not loaded. Are there any steps that I missed? Thanks.The text was updated successfully, but these errors were encountered: