Procedure

Install Prisma CLI

Ensure Node.js/npm (or yarn/pnpm/bun) is available, install the prisma package as a project development dependency per Prisma docs, then verify with npx prisma --version.

  1. In a Node.js project (create one if needed), install the Prisma CLI as a

    In a Node.js project (create one if needed), install the Prisma CLI as a development dependency per https://www.prisma.io/docs/orm/tools/prisma-cli : npm install prisma --save-dev (or yarn add prisma --dev / pnpm add -D prisma / bun add prisma --dev). Prefer a local project install over a global one; run commands via npx prisma (or your package runner).

  2. npx prisma --version

    npx prisma --version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11Z6EKTERACJBTNHS113S82

DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.