admin管理员组文章数量:1289565
I'm facing the following issue when running npx prisma generate
in my project located at c:\Users\ENGINEER-PC\Desktop\postgresql_project:
Running prisma generate:
- c:\Users\ENGINEER-PC\Desktop\postgresql_project
- npx prisma generate
Command failed: npx prisma generate
Error: Could not load schema from `prisma\schema` provided by "prisma.schema" config of `package.json`: "prismaSchemaFolder" preview feature must be enabled
I've already added the necessary configuration in my package.json
, but the error persists. It seems the preview feature isn't enabled properly in my Prisma schema.
Has anyone encountered this issue before? How can I fix it?
本文标签:
版权声明:本文标题:next.js - Error: "prismaSchemaFolder preview feature must be enabled" when running npx prisma generate - Stack 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741479574a2381086.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论