Liam Ross

Results 14 comments of Liam Ross

On Node `v16.8.0`, when I try to pin by adding versions to `package.json` (I'm in a monorepo, this has been added to the root `package.json`), I get the following error:...

Got tired of waiting and the proposed fixes didn't work for me, so I switched to [graphql-code-generator](https://www.graphql-code-generator.com/). Differences: - generates the code all in one file instead of different files...

@rodrigoehlers This helped me fix it! `next.config.mjs` ```js import {PrismaPlugin} from '@prisma/nextjs-monorepo-workaround-plugin'; // IMPORTANT: Initialize it here before to avoid race condition!!! const prismaPlugin = new PrismaPlugin(); /** @type {import('next').NextConfig}...

D1 is based on SQLite so it may work by default? Edit: nevermind ([see this HN comment](https://news.ycombinator.com/item?id=31341513))