-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
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
[nuxt] [request error] [unhandled] [500] Cannot find module './stringify' #376
Comments
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. Versions:
|
Same happens with |
No problems with |
If you use pnpm and have this error you need to add .npmrc to your working dir with following settings:
|
This also happens when you have Setting |
Having the same issue |
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
The text was updated successfully, but these errors were encountered: