I am trying to install the opensaas template with wasp 0.15.2 but getting this:
[ Wasp ] auth/providers/types.ts(11,37): error TS2694: Namespace '"/mnt/projects/challenge/nodeflowai/nodeflowai/app/.wasp/out/sdk/wasp/node_modules/.prisma/client/default".Prisma' has no exported member 'UserCreateInput'.[ Wasp ] auth/utils.ts(132,17): error TS2694: Namespace '"/mnt/projects/challenge/nodeflowai/nodeflowai/app/.wasp/out/sdk/wasp/node_modules/.prisma/client/default".Prisma' has no exported member 'AuthWhereInput'.[ Wasp ] auth/utils.ts(193,27): error TS2339: Property 'PrismaClientKnownRequestError' does not exist on type 'typeof Prisma'.[ Wasp ] auth/utils.ts(193,62): error TS2339: Property 'code' does not exist on type 'unknown'.[ Wasp ] auth/utils.ts(199,27): error TS2339: Property 'PrismaClientValidationError' does not exist on type 'typeof Prisma'.[ Wasp ] auth/utils.ts(210,27): error TS2339: Property 'PrismaClientKnownRequestError' does not exist on type 'typeof Prisma'.[ Wasp ] auth/utils.ts(210,62): error TS2339: Property 'code' does not exist on type 'unknown'.[ Wasp ] auth/utils.ts(221,27): error TS2339: Property 'PrismaClientKnownRequestError' does not exist on type 'typeof Prisma'.[ Wasp ] auth/utils.ts(221,62): error TS2339: Property 'code' does not exist on type 'unknown'.[ Wasp ] entities/index.ts(2,8): error TS2305: Module '"@prisma/client"' has no exported member 'User'.[ Wasp ] entities/index.ts(3,8): error TS2305: Module '"@prisma/client"' has no exported member 'GptResponse'.removed some lines for brevity
[ Wasp ] auth/providers/types.ts(11,37): error TS2694: Namespace '"/mnt/projects/challenge/nodeflowai/nodeflowai/app/.wasp/out/sdk/wasp/node_modules/.prisma/client/default".Prisma' has no exported member 'UserCreateInput'.[ Wasp ] auth/utils.ts(132,17): error TS2694: Namespace '"/mnt/projects/challenge/nodeflowai/nodeflowai/app/.wasp/out/sdk/wasp/node_modules/.prisma/client/default".Prisma' has no exported member 'AuthWhereInput'.[ Wasp ] auth/utils.ts(193,27): error TS2339: Property 'PrismaClientKnownRequestError' does not exist on type 'typeof Prisma'.[ Wasp ] auth/utils.ts(193,62): error TS2339: Property 'code' does not exist on type 'unknown'.[ Wasp ] auth/utils.ts(199,27): error TS2339: Property 'PrismaClientValidationError' does not exist on type 'typeof Prisma'.[ Wasp ] auth/utils.ts(210,27): error TS2339: Property 'PrismaClientKnownRequestError' does not exist on type 'typeof Prisma'.[ Wasp ] auth/utils.ts(210,62): error TS2339: Property 'code' does not exist on type 'unknown'.[ Wasp ] auth/utils.ts(221,27): error TS2339: Property 'PrismaClientKnownRequestError' does not exist on type 'typeof Prisma'.[ Wasp ] auth/utils.ts(221,62): error TS2339: Property 'code' does not exist on type 'unknown'.[ Wasp ] entities/index.ts(2,8): error TS2305: Module '"@prisma/client"' has no exported member 'User'.[ Wasp ] entities/index.ts(3,8): error TS2305: Module '"@prisma/client"' has no exported member 'GptResponse'.removed some lines for brevity
I read that 0.15 came with breaking changes, but i also read that the opensaas template is fit for 0.15.
Recent Announcements
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
W
Wasp
Rails-like framework for React, Node.js and Prisma. Build your app in a day and deploy it with a single CLI command.