PrismaP
Prisma17mo ago
1 reply
星野みずき

@prisma/nuxt with bun stuck on generating prisma client

I'm using bun to development my site.
When I tried to run command
bun run dev
(It run nuxt dev)
And it stuck on Grnerating Prisma client...
Here's module I use
...
  modules: [
    '@nuxt/eslint',
    '@nuxtjs/i18n',
    '@nuxt/ui',
    '@nuxt/image',
    '@prisma/nuxt'
  ],
...

When I use npm or yarn run it won't stuck
Was this page helpful?