You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Expected behavior
The project should start without errors, and Tailwind CSS should be properly integrated.
Parity with Local
Screenshots
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: