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
I suddenly getting errors for my Prisma integration with my Deno project. It was working a few days ago, but when I went to pull the DB to create the schema recently or run any Prisma command it particularly I am greeted with an error.
% deno run -A --unstable npm:prisma generate
> Downloading Prisma engines for Node-API for darwin-arm64 [ ] 0%Error: native promise missing, set fetch.Promise to your favorite alternative
node -v
v18.12.1
Do you know what might be the cause of this sudden change?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Deno Team,
I suddenly getting errors for my Prisma integration with my Deno project. It was working a few days ago, but when I went to pull the DB to create the schema recently or run any Prisma command it particularly I am greeted with an error.
Do you know what might be the cause of this sudden change?
Let me know what you think. Cheers.
Beta Was this translation helpful? Give feedback.
All reactions