WaspW
Wasp15mo ago
wardbox

Migrating from v0.14 to v0.15, entities not found

Seeing these errors after following migration steps to v0.15. It seems like issues with prisma not generating my entities.
[  Wasp  ] entities/index.ts(11,8): error TS2305: Module '"@prisma/client"' has no exported member 'TeamPlayer'.
[  Wasp  ] entities/index.ts(12,8): error TS2305: Module '"@prisma/client"' has no exported member 'Summoner'.
[  Wasp  ] entities/index.ts(13,8): error TS2305: Module '"@prisma/client"' has no exported member 'Rank'.
[  Wasp  ] entities/index.ts(14,8): error TS2305: Module '"@prisma/client"' has no exported member 'File'.
[  Wasp  ] entities/index.ts(15,8): error TS2305: Module '"@prisma/client"' has no exported member 'Event'.
[  Wasp  ] entities/index.ts(16,8): error TS2305: Module '"@prisma/client"' has no exported member 'Match'.
[  Wasp  ] entities/index.ts(17,8): error TS2305: Module '"@prisma/client"' has no exported member 'MatchTeam'.
[  Wasp  ] entities/index.ts(18,8): error TS2305: Module '"@prisma/client"' has no exported member 'Ban'.
[  Wasp  ] entities/index.ts(19,8): error TS2305: Module '"@prisma/client"' has no exported member 'Participant'.
Was this page helpful?