Hello here.I am using `yarn` but after I run `npx ...
# orm-help
b
Hello here.I am using
yarn
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?
Copy code
Need to install the following packages:
  prisma
Ok to proceed? (y) 
> Downloading Prisma engines for Node-API for debian-openssl-1.1.x
Ok, I bet I figured out how to use
yarn dlx
. It works with
yarn dlx prisma init
. But one more question: Why do I keep seeing these logs?
Copy code
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? Thanks
n
Do you see this logs every time you execute prisma commands?
b
Yes, every time!
n
Is your repository public, so that I could have a look?
b
Hi @Nurul yes it is public. The issue is gone after switching to
npm
and a few other ssh related configs on my machine. But here is the repo.
👍 1