-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
Describe the bug
Cannot run the project after adding primevue, the project is just the nuxt starter code and no other packages installed.
nuxt.config.ts
import Aura from '@primevue/themes/aura';
export default defineNuxtConfig({
modules: [
'@primevue/nuxt-module'
],
primevue: {
options: {
theme: {
preset: Aura
}
}
}
})
I am using nuxt v3.13.2 vue latest (3.5) and primevue v4.2.1
It gives the error in the title and never loads the app in browser (stuck on the nuxt loading screen)
Reproducer
https://stackblitz.com/edit/nuxt-starter-vhvkfm
PrimeVue version
4.2.1
Vue version
4.x
Language
ALL
Build / Runtime
Nuxt
Browser(s)
All
Steps to reproduce the behavior
No response
Expected behavior
No response
Noxdor, doug-shontz, Ed1ks, j0rgedev, andrejp6k and 6 moredoug-shontz and productdevbook
Metadata
Metadata
Assignees
Labels
No labels