-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
tailwindcss/lib/lib/defaultExtractor not found #942
Comments
Could you share your nuxt.config and package.json please? |
Same question. My environment is Mac too. // https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
compatibilityDate: '2024-11-01',
devtools: { enabled: true },
modules: ['@nuxt/ui']
})
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/ui": "2.21.0",
"nuxt": "^3.15.2",
"vue": "latest",
"vue-router": "latest"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
} |
Nothing to see installed only nuxt ui and added to modules on new project.... |
I resolved this issue by switching the package manager from |
I use bun and have Nuxt3 and Nuxt UI 2 but not able to install Tailwindcss v4 without errors... Tutorial used: https://tailwindcss.com/docs/installation/framework-guides/nuxt Issue on install:
Issue on
My packages:
|
Nuxt UI 2 still depends on TailwindCSS 3 as it uses the exported extractor. |
Environment
Mac
Reproduction
Install nuxt ui on latest nuxt
Describe the bug
nuxt/ui#3139
Get error listed in issue on new install.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: