-
Notifications
You must be signed in to change notification settings - Fork 185
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
tailwindcss/lib/lib/defaultExtractor not found #942
Labels
bug
Something isn't working
Comments
Could you share your nuxt.config and package.json please? |
ineshbose
changed the title
Nuxt UI Broken
tailwindcss/lib/lib/defaultExtractor not found
Jan 19, 2025
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": "[email protected]+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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: