Berian Chaiwa
05/22/2022, 9:51 PMyarn
but after I run npx prisma init
I am seeing it attempting to install Prisma
again when I have already done that via yarn add
. Any quick pointers?
Need to install the following packages:
prisma
Ok to proceed? (y)
> Downloading Prisma engines for Node-API for debian-openssl-1.1.x
Berian Chaiwa
05/22/2022, 11:08 PMyarn dlx
. It works with yarn dlx prisma init
. But one more question:
Why do I keep seeing these logs?
YN0007: │ @prisma/engines@npm:3.14.0-36.2b0c12756921c891fec4f68d9444e18c7d5d4a6a must be built because it never has been before or the last one failed
➤ YN0007: │ prisma@npm:3.14.0 must be built because it never has been before or the last one failed
➤ YN0000: └ Completed in 16s 229ms
➤ YN0000: Done in 20s 827ms
Am I skipping a step for setting up Prisma? ThanksNurul
05/24/2022, 8:05 AMBerian Chaiwa
05/24/2022, 2:09 PMNurul
05/25/2022, 10:40 AMBerian Chaiwa
05/25/2022, 11:48 PMnpm
and a few other ssh related configs on my machine. But here is the repo.