From 01934f5c6827af6447a401e36c044661bc709588 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Wed, 24 Dec 2025 20:39:57 +0000 Subject: [PATCH] Generated by Spark: 0s 1s 1s 4s Run npm ci npm error code EUSAGE npm error npm error `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing. npm error npm error Missing: prisma@6.19.1 from lock file npm error npm error Clean install a project npm error npm error Usage: npm error npm ci npm error npm error Options: npm error [--install-strategy ] [--legacy-bundling] npm error [--global-style] [--omit [--omit ...]] npm error [--include [--include ...]] npm error [--strict-peer-deps] [--foreground-scripts] [--ignore-scripts] [--no-audit] npm error [--no-bin-links] [--no-fund] [--dry-run] npm error [-w|--workspace [-w|--workspace ...]] npm error [-ws|--workspaces] [--include-workspace-root] [--install-links] npm error npm error aliases: clean-install, ic, install-clean, isntall-clean npm error npm error Run "npm help ci" for more info npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2025-12-24T20_34_10_607Z-debug-0.log Error: Process completed with exit code 1. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index de2a875b2..04b0aa8ee 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@heroicons/react": "^2.2.0", "@hookform/resolvers": "^4.1.3", "@monaco-editor/react": "^4.7.0", - "@prisma/client": "^6.3.1", + "@prisma/client": "^6.19.1", "@octokit/core": "^6.1.4", "@phosphor-icons/react": "^2.1.7", "@radix-ui/colors": "^3.0.0", @@ -118,7 +118,7 @@ "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", - "prisma": "^6.3.1", + "prisma": "^6.19.1", "tailwindcss": "^4.1.11", "typescript": "~5.9.3", "typescript-eslint": "^8.38.0",