Open Zignature opened 11 months ago
@nuxt/strapi
doesn't agree with nuxt-primevue
or vice versa.
I can run both modules fine separately, but if I run both modules at the same time the error occurs.
I figured maybe on installation one package overwrites something the other package relies on, so I tried different orders of installation. To no avail.
Same happens with @invictus.codes/nuxt-vuetify
No problems with @nuxt/ui
If you use pnpm and have this error you need to add .npmrc to your working dir with following settings:
shamefully-hoist=true
auto-install-peers=true
Version
node: 20.9.0 (Volta) npm: 10.2.3 (Volta) nuxt: 3.8.2 @nuxtjs/strapi: 1.10.1 @strapi/strapi: 4.15.5 (on the Strapi server) primevue: 3.43.0 nuxt-primevue: 0.2.2
Reproduction Link
Steps to reproduce
Install and enable
primevue
andnuxt-primevue
packages/modulesWhat is Expected?
I expect a nice website in my browser
What is actually happening?
I get a 500 error