``` stephanieheister@AFVFHGQBRQ6L7 headache-helpers-unite % cd d1-api-worker stephanieheister@AFVFHGQBRQ6L7 d1-api-worker % rm -rf node_modules package-lock.json stephanieheister@AFVFHGQBRQ6L7 d1-api-worker % npm install npm warn deprecated rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject. npm warn deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead added 111 packages, and audited 112 packages in 6s 24 packages are looking for funding run `npm fund` for details 2 moderate severity vulnerabilities To address all issues (including breaking changes), run: npm audit fix --force Run `npm audit` for details. stephanieheister@AFVFHGQBRQ6L7 d1-api-worker % npx prisma generate Prisma schema loaded from prisma/schema.prisma Error: Could not resolve @prisma/client despite the installation that we just tried. Please try to install it by hand with npm i @prisma/client and rerun npx "prisma generate" 🙏. stephanieheister@AFVFHGQBRQ6L7 d1-api-worker % npm i @prisma/client changed 1 package, and audited 112 packages in 2s 24 packages are looking for funding run `npm fund` for details 2 moderate severity vulnerabilities To address all issues (including breaking changes), run: npm audit fix --force Run `npm audit` for details. stephanieheister@AFVFHGQBRQ6L7 d1-api-worker % npx prisma generate Prisma schema loaded from prisma/schema.prisma Error: Could not resolve @prisma/client despite the installation that we just tried. Please try to install it by hand with npm i @prisma/client and rerun npx "prisma generate" 🙏. stephanieheister@AFVFHGQBRQ6L7 d1-api-worker % npx prisma generate --schema=./prisma/schema.prisma Prisma schema loaded from prisma/schema.prisma Error: Could not resolve @prisma/client despite the installation that we just tried. Please try to install it by hand with npm i @prisma/client and rerun npx "prisma generate" 🙏. stephanieheister@AFVFHGQBRQ6L7 d1-api-worker % npx prisma generate Prisma schema loaded from prisma/schema.prisma Error: Could not resolve @prisma/client despite the installation that we just tried. Please try to install it by hand with npm i @prisma/client and rerun npx "prisma generate" 🙏. stephanieheister@AFVFHGQBRQ6L7 d1-api-worker % ```