InsOp
WWasp
•Created by InsOp on 1/17/2025 in #đŸ™‹questions
Cannot find package 'vitest' imported from
11 replies
WWasp
•Created by InsOp on 1/17/2025 in #đŸ™‹questions
Prisma: has no exported member
I am trying to install the opensaas template with wasp 0.15.2 but getting this:
I read that 0.15 came with breaking changes, but i also read that the opensaas template is fit for 0.15.
[ 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
12 replies