Has anyone had a similar error? I installed in vue...
# orm-help
a
Has anyone had a similar error? I installed in vue.js (nuxt) and get this error.
_import_ { PrismaClient } _from_ ‘@prisma/client’
r
Hey Adriano 👋 How are you using the Prisma Client with Nuxt? Could you elaborate more on your use case?
a
Hello, I’m using only SPA and when you import, I get this error. Just that.
r
Could you share a repo or something like that if possible so I could look into it?
a
@Ryan what is you user in github?
Added in repo test-prisma-nuxt
I test with Vue (no Nuxt, installed by vue-cli), I get this error:
This error happen when I added
_import_ { PrismaClient } _from_ '@prisma/client'
I ran the command init > introspect > generate