-
-
Notifications
You must be signed in to change notification settings - Fork 2
Project fails to build with nuxt-prisma
#4
Comments
Hey @ohmree 👋 Thanks for reporting this - we'll look into it ASAP! |
Oh, and btw: Thank you so much for providing a repro, verryyy helpful! 💯 ❤️ |
So, I tried to reproduce it by doing the following:
and the error appeared. The interesting part is: When I do it with
Will further look into it, at the moment this problem seems to be |
Sorry, didn't mean to automatically close this issue via my commit -> reopening it while I'm testing whether the fix worked (: |
Heya! We're actively persuing this:
I think if nuxt/nuxt#12394 is merged this will be fixed with the release of Nuxt Thanks @manniL for following through with this in our Discord convo -> amazing ❤️ |
Hey 🧇 It turns out that sadly this is too much overhead to resolve - see #6 for problems that layers currently have. As this is a Sorry for the bad news. We have a terminated, planned transition - read #6 for more. Let me know here if you need any specific help, I'd be happy to hop on a call to resolve your inidividual problem so that you still ahve a good experience with Nuxt + Prisma. If you start a new project, I recommend that you use the cli like so: # also works with yarn, pnpm
npm create sidebase@latest to get prisma for free. closing this, please add a new comment or ask something in #6 if it is related to the deprecation. Thanks ❤️ |
Environment
Nuxi 3.0.0
RootDir: /tmp/test
Nuxt project info:
Linux
v19.2.0
3.0.0
1.0.0
pnpm@7.18.2
vite
extends
-
-
Reproduction
https://github.com/ohmree/nuxt-prisma-repro
Describe the bug
When building a nuxt app created with
pnpm dlx nuxi init <name>
and with the simplest@sidebase/nuxt-prisma
config, it chokes on some of thenuxt-prisma
code - seems like some rollup plugin tries to parse typescript as javascript.Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: