Deployment Issue
7starsadmin
HOBBYOP

2 months ago

npm run build

9s

npm warn config production Use --omit=dev instead.

> novaair-backend@0.0.1 build

> nest build

src/modules/bookings/bookings.service.ts:10:8 - error TS2307: Cannot find module '../../../generated/prisma/enums' or its corresponding type declarations.

10 } from '../../../generated/prisma/enums';

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

src/modules/inventory/inventory.service.ts:11:8 - error TS2307: Cannot find module '../../../generated/prisma/enums' or its corresponding type declarations.

11 } from '../../../generated/prisma/enums';

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

src/modules/invoices/invoices.service.ts:11:8 - error TS2307: Cannot find module '../../../generated/prisma/enums' or its corresponding type declarations.

11 } from '../../../generated/prisma/enums';

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

src/modules/jobs/jobs.service.ts:12:8 - error TS2307: Cannot find module '../../../generated/prisma/enums' or its corresponding type declarations.

12 } from '../../../generated/prisma/enums';

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Found 4 error(s).

Build Failed: build daemon returned an error < failed to solve: process "npm run build" did not complete successfully: exit code: 1 >

0 Replies

Status changed to Awaiting User Response Railway about 2 months ago


Loading...