primefaces/primevue-nuxt-module

@primevue/nuxt-module: 4.0.0-rc.2 not functioning

AndyLukac opened this issue · 0 comments

Hello,
when upgrading to primevue/nuxt-module to 4.0.0-rc.2 and installing primevue 4.0.0-rc.2, then trying to start the nuxt server, I am getting the following errors:

Pre-transform error: Failed to resolve import "primevue/tristatecheckbox?nuxt_component=async&nuxt_component_name=TriStateCheckbox" from "virtual:nuxt:/opt/homebrew/var/www/site-6play-bo/modern-apps/apps/backrock/.nuxt/components.plugin.mjs". Does the file exist?

Error: Could not load /opt/homebrew/var/www/site-6play-bo/modern-apps/node_modules/.pnpm/primevue@4.0.0-rc.2_vue@3.4.27_typescript@5.4.5_/node_modules/primevue/base/style/index.mjs (imported by virtual:#primevue-style): ENOENT: no such file or directory, open '/opt/homebrew/var/www/site-6play-bo/modern-apps/node_modules/.pnpm/primevue@4.0.0-rc.2_vue@3.4.27_typescript@5.4.5_/node_modules/primevue/base/style/index.mjs'

I am also getting a warning for each component:
Overriding AutoComplete component. You can specify a priority option when calling addComponent to avoid this warning.
Overriding Calendar component. You can specify a priority option when calling addComponent to avoid this warning.
etc

Thanks in advance for you help.