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.
I have prisma + prisma/client v2.25.0 installed and all is working fine against a Sql Server database. When installing prisma-multi-tenant using:
I get this in the terminal:
tenant\node_modules\@prisma\cli
I have tried as below but the problem persists:
Any ideas?