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

Stackblitz templates console errors Nuxt + Tailwind CSS 4.0 #1753

Open
1 task done
bushido2014 opened this issue Feb 28, 2025 · 0 comments
Open
1 task done

Stackblitz templates console errors Nuxt + Tailwind CSS 4.0 #1753

bushido2014 opened this issue Feb 28, 2025 · 0 comments

Comments

@bushido2014
Copy link

Describe the bug

After setting up Tailwind CSS in a Nuxt project following the official documentation, running npm run dev results in a console error:

Uncaught (in promise) Error: Unhandled Promise Rejection: Could not find
source file: 'stackblitz:/.nuxt/app.config.mjs'

This issue occurs specifically in StackBlitz templates and prevents the application from running properly. It seems like StackBlitz is unable to resolve the .nuxt/app.config.mjs file.

Link to the blitz that caused the error

https://stackblitz.com/edit/nuxt-starter-hjls5dsk?file=app.vue,assets%2Fcss%2Fmain.css,nuxt.config.ts

Steps to reproduce

  1. Create a new Nuxt project in StackBlitz.
  2. Install Tailwind CSS following the official Nuxt documentation.
  3. Run npm run dev.
  4. Check the browser console for errors.

Expected behavior

The project should start without errors, and Tailwind CSS should be properly integrated.

Parity with Local

Screenshots

Image

Platform

Browser name  = Chrome
Full version  = 133.0.0.0
Major version = 133
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
performance.memory = {
  "totalJSHeapSize": 90135499,
  "usedJSHeapSize": 87321947,
  "jsHeapSizeLimit": 2202796032
}
Hash = 7f809d15

Additional context

No response

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

1 participant