Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [+] Building 10.4s (13/15)
- => [internal] load build definition from Dockerfile.prod 0.0s
- => => transferring dockerfile: 96B 0.0s
- => [internal] load .dockerignore 0.0s
- => => transferring context: 94B 0.0s
- => [internal] load metadata for docker.io/library/node:19.4.0-buster-slim 10.2s
- => [build 1/10] FROM docker.io/library/node:19.4.0-buster-slim@sha256:f9447046d79b15cc07dee763f4ac45880a899570dab0801fc9a9eb2efa52c091 0.0s
- => [internal] load build context 0.1s
- => => transferring context: 9.46kB 0.0s
- => CACHED [build 2/10] WORKDIR /usr/src/app 0.0s
- => CACHED [build 3/10] COPY package.json . 0.0s
- => CACHED [build 4/10] COPY yarn.lock . 0.0s
- => CACHED [build 5/10] RUN apt-get update -y && apt-get install openssl -y 0.0s
- => CACHED [build 6/10] RUN yarn add glob rimraf 0.0s
- => CACHED [build 7/10] RUN yarn install 0.0s
- => CACHED [build 8/10] RUN yarn generate 0.0s
- => CACHED [build 9/10] COPY . . 0.0s
- => ERROR [build 10/10] RUN yarn build 9.3s
- ------
- > [build 10/10] RUN yarn build:
- #0 0.740 yarn run v1.22.19
- #0 0.790 $ rimraf dist
- #0 0.962 $ nest build
- #0 7.417 DeprecationWarning: 'getMutableClone' has been deprecated since v4.0.0. Use an appropriate `factory.update...` method instead, use `setCommentRange` or `setSourceMapRange`, and avoid setting `parent`.
- #0 9.017 src/files/files.controller.ts:17:10 - error TS2305: Module '".prisma/client"' has no exported member 'Files'.
- #0 9.017
- #0 9.017 17 import { Files as FilesModel } from '.prisma/client';
- #0 9.017 ~~~~~
- #0 9.017 src/files/files.controller.ts:121:18 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'FilesUncheckedCreateInput'.
- #0 9.017
- #0 9.017 121 data: Prisma.FilesUncheckedCreateInput,
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/files/files.service.ts:29:21 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'FilesWhereUniqueInput'.
- #0 9.017
- #0 9.017 29 cursor?: Prisma.FilesWhereUniqueInput;
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/files/files.service.ts:30:20 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'FilesWhereInput'.
- #0 9.017
- #0 9.017 30 where?: Prisma.FilesWhereInput;
- #0 9.017 ~~~~~~~~~~~~~~~
- #0 9.017 src/files/files.service.ts:31:22 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'FilesOrderByWithRelationInput'.
- #0 9.017
- #0 9.017 31 orderBy?: Prisma.FilesOrderByWithRelationInput[];
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/files/files.service.ts:56:18 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'FilesUncheckedCreateInput'.
- #0 9.017
- #0 9.017 56 data: Prisma.FilesUncheckedCreateInput,
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/files/files.service.ts:156:19 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'FilesWhereUniqueInput'.
- #0 9.017
- #0 9.017 156 where: Prisma.FilesWhereUniqueInput,
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/friends/friends.controller.ts:17:10 - error TS2305: Module '"@prisma/client"' has no exported member 'Friends'.
- #0 9.017
- #0 9.017 17 import { Friends, Prisma } from '@prisma/client';
- #0 9.017 ~~~~~~~
- #0 9.017 src/friends/friends.controller.ts:151:26 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'FriendsUncheckedCreateInput'.
- #0 9.017
- #0 9.017 151 @Body() data: Prisma.FriendsUncheckedCreateInput,
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/friends/friends.controller.ts:161:18 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'FriendsUpdateInput'.
- #0 9.017
- #0 9.017 161 data: Prisma.FriendsUpdateInput,
- #0 9.017 ~~~~~~~~~~~~~~~~~~
- #0 9.017 src/friends/friends.service.ts:11:10 - error TS2305: Module '"@prisma/client"' has no exported member 'Friends'.
- #0 9.017
- #0 9.017 11 import { Friends, Prisma } from '@prisma/client';
- #0 9.017 ~~~~~~~
- #0 9.017 src/friends/friends.service.ts:23:36 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'FriendsWhereUniqueInput'.
- #0 9.017
- #0 9.017 23 friendWhereUniqueInput: Prisma.FriendsWhereUniqueInput,
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/friends/friends.service.ts:47:21 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'FriendsWhereUniqueInput'.
- #0 9.017
- #0 9.017 47 cursor?: Prisma.FriendsWhereUniqueInput;
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/friends/friends.service.ts:48:20 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'FriendsWhereInput'.
- #0 9.017
- #0 9.017 48 where?: Prisma.FriendsWhereInput;
- #0 9.017 ~~~~~~~~~~~~~~~~~
- #0 9.017 src/friends/friends.service.ts:49:22 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'FriendsOrderByWithRelationInput'.
- #0 9.017
- #0 9.017 49 orderBy?: Prisma.FriendsOrderByWithRelationInput;
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/friends/friends.service.ts:75:18 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'FriendsUncheckedCreateInput'.
- #0 9.017
- #0 9.017 75 data: Prisma.FriendsUncheckedCreateInput,
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/friends/friends.service.ts:96:19 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'FriendsWhereUniqueInput'.
- #0 9.017
- #0 9.017 96 where: Prisma.FriendsWhereUniqueInput;
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/friends/friends.service.ts:97:18 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'FriendsUpdateInput'.
- #0 9.017
- #0 9.017 97 data: Prisma.FriendsUpdateInput;
- #0 9.017 ~~~~~~~~~~~~~~~~~~
- #0 9.017 src/friends/friends.service.ts:109:19 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'FriendsWhereUniqueInput'.
- #0 9.017
- #0 9.017 109 where: Prisma.FriendsWhereUniqueInput,
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/groups/groups.controller.ts:18:10 - error TS2305: Module '"@prisma/client"' has no exported member 'Groups'.
- #0 9.017
- #0 9.017 18 import { Groups as GroupsModel, Prisma } from '@prisma/client';
- #0 9.017 ~~~~~~
- #0 9.017 src/groups/groups.controller.ts:133:31 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'GroupsCreateInput'.
- #0 9.017
- #0 9.017 133 @Body() groupData: Prisma.GroupsCreateInput,
- #0 9.017 ~~~~~~~~~~~~~~~~~
- #0 9.017 src/groups/groups.controller.ts:144:18 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'GroupsUpdateInput'.
- #0 9.017
- #0 9.017 144 data: Prisma.GroupsUpdateInput | Prisma.GroupsUncheckedUpdateInput,
- #0 9.017 ~~~~~~~~~~~~~~~~~
- #0 9.017 src/groups/groups.controller.ts:144:45 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'GroupsUncheckedUpdateInput'.
- #0 9.017
- #0 9.017 144 data: Prisma.GroupsUpdateInput | Prisma.GroupsUncheckedUpdateInput,
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/groups/groups.service.ts:9:10 - error TS2305: Module '"@prisma/client"' has no exported member 'Groups'.
- #0 9.017
- #0 9.017 9 import { Groups, Prisma } from '@prisma/client';
- #0 9.017 ~~~~~~
- #0 9.017 src/groups/groups.service.ts:23:35 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'GroupsWhereUniqueInput'.
- #0 9.017
- #0 9.017 23 groupWhereUniqueInput: Prisma.GroupsWhereUniqueInput,
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/groups/groups.service.ts:45:21 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'GroupsWhereUniqueInput'.
- #0 9.017
- #0 9.017 45 cursor?: Prisma.GroupsWhereUniqueInput;
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/groups/groups.service.ts:46:20 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'GroupsWhereInput'.
- #0 9.017
- #0 9.017 46 where?: Prisma.GroupsWhereInput;
- #0 9.017 ~~~~~~~~~~~~~~~~
- #0 9.017 src/groups/groups.service.ts:47:22 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'GroupsOrderByWithRelationInput'.
- #0 9.017
- #0 9.017 47 orderBy?: Prisma.GroupsOrderByWithRelationInput;
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/groups/groups.service.ts:75:18 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'GroupsCreateInput'.
- #0 9.017
- #0 9.017 75 data: Prisma.GroupsCreateInput,
- #0 9.017 ~~~~~~~~~~~~~~~~~
- #0 9.017 src/groups/groups.service.ts:88:19 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'GroupsWhereUniqueInput'.
- #0 9.017
- #0 9.017 88 where: Prisma.GroupsWhereUniqueInput;
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/groups/groups.service.ts:89:18 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'GroupsUpdateInput'.
- #0 9.017
- #0 9.017 89 data: Prisma.GroupsUpdateInput;
- #0 9.017 ~~~~~~~~~~~~~~~~~
- #0 9.017 src/groups/groups.service.ts:96:19 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'GroupsWhereUniqueInput'.
- #0 9.017
- #0 9.017 96 where: Prisma.GroupsWhereUniqueInput,
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/users/users.controller.ts:143:30 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'UsersCreateInput'.
- #0 9.017
- #0 9.017 143 @Body() userData: Prisma.UsersCreateInput,
- #0 9.017 ~~~~~~~~~~~~~~~~
- #0 9.017 src/users/users.controller.ts:155:18 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'UsersUpdateInput'.
- #0 9.017
- #0 9.017 155 data: Prisma.UsersUpdateInput | Prisma.UsersUncheckedUpdateInput,
- #0 9.017 ~~~~~~~~~~~~~~~~
- #0 9.017 src/users/users.controller.ts:155:44 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'UsersUncheckedUpdateInput'.
- #0 9.017
- #0 9.017 155 data: Prisma.UsersUpdateInput | Prisma.UsersUncheckedUpdateInput,
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/users/users.service.ts:10:18 - error TS2305: Module '"@prisma/client"' has no exported member 'Users'.
- #0 9.017
- #0 9.017 10 import { Prisma, Users } from '@prisma/client';
- #0 9.017 ~~~~~
- #0 9.017 src/users/users.service.ts:38:34 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'UsersWhereUniqueInput'.
- #0 9.017
- #0 9.017 38 userWhereUniqueInput: Prisma.UsersWhereUniqueInput,
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/users/users.service.ts:63:21 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'UsersWhereUniqueInput'.
- #0 9.017
- #0 9.017 63 cursor?: Prisma.UsersWhereUniqueInput;
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/users/users.service.ts:64:20 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'UsersWhereInput'.
- #0 9.017
- #0 9.017 64 where?: Prisma.UsersWhereInput;
- #0 9.017 ~~~~~~~~~~~~~~~
- #0 9.017 src/users/users.service.ts:65:22 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'UsersOrderByWithRelationInput'.
- #0 9.017
- #0 9.017 65 orderBy?: Prisma.UsersOrderByWithRelationInput[];
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/users/users.service.ts:93:18 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'UsersCreateInput'.
- #0 9.017
- #0 9.017 93 data: Prisma.UsersCreateInput,
- #0 9.017 ~~~~~~~~~~~~~~~~
- #0 9.017 src/users/users.service.ts:106:19 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'UsersWhereUniqueInput'.
- #0 9.017
- #0 9.017 106 where: Prisma.UsersWhereUniqueInput;
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/users/users.service.ts:107:18 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'UsersUpdateInput'.
- #0 9.017
- #0 9.017 107 data: Prisma.UsersUpdateInput;
- #0 9.017 ~~~~~~~~~~~~~~~~
- #0 9.017 src/users/users.service.ts:114:19 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'UsersWhereUniqueInput'.
- #0 9.017
- #0 9.017 114 where: Prisma.UsersWhereUniqueInput,
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~
- #0 9.017 src/utilities/convertValues.ts:14:25 - error TS2694: Namespace '"/usr/src/app/node_modules/.prisma/client/index".Prisma' has no exported member 'UsersOrderByWithRelationInput'.
- #0 9.017
- #0 9.017 14 const obj: Prisma.UsersOrderByWithRelationInput = await JSON.parse(data);
- #0 9.017 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- #0 9.017
- #0 9.017 Found 45 error(s).
- #0 9.017
- #0 9.223 error Command failed with exit code 1.
- #0 9.224 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
- ------
- failed to solve: executor failed running [/bin/sh -c yarn build]: exit code: 1
Advertisement
Add Comment
Please, Sign In to add comment