We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in dev and prod
No response
the problem just from yesterday , , It was work in last year , but now i get this error
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │ │ │ ✖ Nuxt Fatal Error │ │ │ │ Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in node_modules\unicorn-magic\package.json │ │ │ ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
i search where this package used , it's in this package used "dependencies": { "@nuxt/kit": "^3.13.2",
and @nuxt/kit use "globby": "^14.0.2",
and globby use "unicorn-magic": "^0.1.0"
after i remove @nuxtjs/tailwindcss from modules modules: [
"@nuxtjs/tailwindcss",
npm run dev work again
The text was updated successfully, but these errors were encountered:
same thing. Locking module to specific version worked for me: "@nuxtjs/tailwindcss": "6.11.4"
Sorry, something went wrong.
No branches or pull requests
Environment
in dev and prod
Reproduction
No response
Describe the bug
the problem just from yesterday , , It was work in last year , but now i get this error
╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ ✖ Nuxt Fatal Error │
│ │
│ Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in node_modules\unicorn-magic\package.json │
│ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
i search where this package used , it's in this package used
"dependencies": {
"@nuxt/kit": "^3.13.2",
and @nuxt/kit use
"globby": "^14.0.2",
and globby use "unicorn-magic": "^0.1.0"
after i remove @nuxtjs/tailwindcss from modules
modules: [
npm run dev work again
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: