-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many problem in prisma-examples/accelerate/svelte-starter/ #7418
Comments
Hi there, could you please try installing the example using our
|
|
I'm not able to replicate this with |
pnpm --v npm --v please tell 3-5 person to run
and follow the https://github.com/prisma/prisma-examples/tree/latest/accelerate/svelte-starter |
If you wouldn't mind, please run |
|
Are you seeing this issue in a standard Windows installation? Are you using WSL? |
windows 11 home. (not WSL) |
Confirmed that this is an issue with Windows. |
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: