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
ERROR Unexpected token (Note that you need plugins to import files that are not JavaScript) 4:15:05 PM
file: demo/node_modules/@nuxt-themes/elements/components/globals/Alert.vue?vue&type=style&index=0&scoped=7c235730&lang.ts?inline&used:1:0
1: .alert{margin-top:var(--space-8);margin-bottom:var(--space-8);border-radius:var(--radii-md);padding-left:var(--space-...
^
ERROR Unexpected token (Note that you need plugins to import files that are not JavaScript) 4:15:05 PM
at error (node_modules/vite/node_modules/rollup/dist/es/shared/node-entry.js:2125:30)
at Module.error (node_modules/vite/node_modules/rollup/dist/es/shared/node-entry.js:13423:16)
at Module.tryParse (node_modules/vite/node_modules/rollup/dist/es/shared/node-entry.js:14130:25)
at Module.setSource (node_modules/vite/node_modules/rollup/dist/es/shared/node-entry.js:13732:39)
at ModuleLoader.addModuleSource (node_modules/vite/node_modules/rollup/dist/es/shared/node-entry.js:23705:20)
The text was updated successfully, but these errors were encountered:
This is related to the latest version of Nuxt, and it is fixed in nuxt/nuxt#20679
The fix is not released yet, so you can either use Nuxt's edge version or downgrade until Nuxt 3.5 release.
This is related to the latest version of Nuxt, and it is fixed in nuxt/nuxt#20679 The fix is not released yet, so you can either use Nuxt's edge version or downgrade until Nuxt 3.5 release.
Environment
Reproduction
Steps to reproduce:
npx nuxi init -t doc-driven demo
.@nuxt-themes/elements
- https://elements.nuxt.space/.Reproduction: https://github.com/kokamkarsahil/Nuxt-Reproducible-Bug
Describe the bug
Adding
@nuxt-themes/elements
causes build to fail with nuxt content.Additional context
@nuxt-themes/elements is currently a private so opening issue here.
Thanks!
Logs
The text was updated successfully, but these errors were encountered: