From 2e06dbaffe1188caf0a0d2f9b1a4c819369caa53 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 20 Sep 2023 15:42:03 -0700 Subject: [PATCH] Update prisma guide --- docs/guides/ecosystem/prisma.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/guides/ecosystem/prisma.md b/docs/guides/ecosystem/prisma.md index e697e2133a..08d56440d2 100644 --- a/docs/guides/ecosystem/prisma.md +++ b/docs/guides/ecosystem/prisma.md @@ -2,6 +2,12 @@ name: Get started using Prisma --- +{% callout %} +**Note** — At the moment Prisma needs Node.js to be installed to run certain generation code. Make sure Node.js is installed in the environment where you're running `bunx prisma` commands. +{% /callout %} + +--- + Prisma works out of the box with Bun. First, create a directory and initialize it with `bun init`. ```bash