Error: Command failed with exit code 3221225781: ... \prisma\query-engine-windows.exe cli get-config --ignoreEnvVarErrors

200 views Asked by At

I had an issue about [Error: @prisma/client did not initialize yet. Please run "prisma generate" and try to import it again], so I put postinstall : “prisma generate” on script of package.json. But the issue still happens. I also installed @prisma/client module using npm. How can I solve this problem? I’m using window 10.

0

There are 0 answers