函数计算中,npx prisma generate 无法运行这命令,导致prisma这框架报错怎么办?
This means that the problem is with your local database (or the connection string you are trying to use for it). It is not a general Prisma problem when talking to a MySQL database. · Oct 29, 2023 Author Hi@ruheni@nurul3101, though my first choice was not to tag and bother anyone...
npx prisma@{version} generatedoes not pass the given version to generators when prisma is installed in the working directoryprisma/prisma#10573 Closed clauBv23mentioned this issueJul 9, 2023 Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment...
I have no error locally, only in production. I believe the company is using a firewall and I can't do nothing about it. I can download the file manually though. Trying to bypass the fetch error using PRISMA_ENGINES_CHECKSUM_IGNORE_MISSING=1 I get the following error: Forbiddenhttps://b...
(at node_modules/@prisma/engines/prisma-fmt-debian-openssl-1.1.x) Default Engines Hash : eb8eb4c97238c32c9e71756e76d59ed5e502185a Studio : 0.423.0 gitpod /workspace/deployment-example-vercel $ export DEBUG="*" gitpod /workspace/deployment-example-vercel $ npx prisma generate prisma:loadEnv ...
Another option used is to remove the generator lines from your schema before installing dependencies and running theprisma generatecommand. I have usedsedto remove the lines the generator is located on in myschema.prismafile to do so. Here is an example of the ERD generator being removed on ...