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
then yarn install
then i have to custom fetch
$ node node_modules/openflights-cached/bin/fetch.js
in my vscode, this is the way. (before creating the issue).
but in cursor (yesterday), suddenly a pop up "cursor wants to open a file", I clicked on yes, then that fetch.js opened.
then I see that files path and fetch.
then In a precess- I forgot / note not taken - I got some error, (which I don't faced last time), that solved after adding following line on prisma/schema.schema generator
binaryTargets = ["native", "rhel-openssl-1.0.x"]
TLDR:
after cloning prisma-examples/accelerate/svelte-starter/
I did pnpm i
Zubair@DESKTOP-V22N2L0 MINGW64 ~/Desktop/lasttry
$ pnpm i
then I deleted node_modules and npm i
Zubair@DESKTOP-V22N2L0 MINGW64 ~/Desktop/lasttry
$ npm i
then yarn install
then i have to custom fetch
$ node node_modules/openflights-cached/bin/fetch.js
in my vscode, this is the way. (before creating the issue).
but in cursor (yesterday), suddenly a pop up "cursor wants to open a file", I clicked on yes, then that fetch.js opened.
then I see that files path and fetch.
then In a precess- I forgot / note not taken - I got some error, (which I don't faced last time), that solved after adding following line on prisma/schema.schema generator
binaryTargets = ["native", "rhel-openssl-1.0.x"]
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "rhel-openssl-1.0.x"]
}
The text was updated successfully, but these errors were encountered: