You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2024. It is now read-only.
node scripts/preinstall-entry.js
│ The package @prisma/cli has been renamed to prisma.
│
│ Please uninstall @prisma/cli first.
│ Then install prisma to continue using Prisma CLI:
│
│ # Uninstall old CLI
│ npm uninstall @prisma/cli
│
│ # Install new CLI
│ npm install prisma --save-dev
│
│ # Invoke via npx
│ npx prisma --help
│
│ Learn more here: https://github.com/prisma/prisma/releases/tag/2.16.0
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @prisma/cli@2.20.1 preinstall: `node scripts/preinstall-entry.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @prisma/cli@2.20.1 preinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
I have tried as below but the problem persists:
Removing @prisma/cli and installing prisma
Downgrading both prisma + prisma/client to v2.20.1.