fatima
fatima
WWasp-lang
Created by fatima on 7/12/2024 in #đŸ™‹questions
Getting an error trying to get an existing wasp app started
when I run wasp db migrate-dev on an existing wasp project I have NPM installed, it gives me this wrror [ Wasp ] auth/providers/types.ts(11,37): error TS2694: Namespace '"/Users/fatima/Downloads/app-main/node_modules/.prisma/client/index".Prisma' has no exported member 'UserCreateInput'. [ Wasp ] auth/utils.ts(131,17): error TS2694: Namespace '"/Users/fatima/Downloads/app-main/node_modules/.prisma/client/index".Prisma' has no exported member 'AuthWhereInput'. [ Wasp ] auth/utils.ts(192,27): error TS2339: Property 'PrismaClientKnownRequestError' does not exist on type 'typeof Prisma'. [ Wasp ] auth/utils.ts(192,62): error TS2339: Property 'code' does not exist on type 'unknown'. [ Wasp ] auth/utils.ts(198,27): error TS2339: Property 'PrismaClientValidationError' does not exist on type 'typeof Prisma'. [ Wasp ] auth/utils.ts(209,27): error TS2339: Property 'PrismaClientKnownRequestError' does not exist on type 'typeof Prisma'. [ Wasp ] auth/utils.ts(209,62): error TS2339: Property 'code' does not exist on type 'unknown'. [ Wasp ] auth/utils.ts(220,27): error TS2339: Property 'PrismaClientKnownRequestError' does not exist on type 'typeof Prisma'. [ Wasp ] auth/utils.ts(220,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'. [ Wasp ] entities/index.ts(4,8): error TS2305: Module '"@prisma/client"' has no exported member 'Task'. [ Wasp ] entities/index.ts(5,8): error TS2305: Module '"@prisma/client"' has no exported member 'File'. [ Wasp ] entities/index.ts(6,8): error TS2305: Module '"@prisma/client"' has no exported member 'ContactFormMessage'. [ Wasp ] entities/index.ts(7,8): error TS2305: Module '"@prisma/client"' h
31 replies