builder fails at 6/7 #6

Open
opened 2025-09-20 20:11:43 +00:00 by bwh · 2 comments
bwh commented 2025-09-20 20:11:43 +00:00 (Migrated from github.com)

Hello,

the builder is failing at step 6/7 with hundreds of lines after this step
=> ERROR [builder 6/7] RUN npm run build 5.0s

[builder 6/7] RUN npm run build:
1.982
1.982 > threetwo-metadata-service@0.0.2 build
1.982 > tsc --build tsconfig.json
1.982
4.684 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(256,21): error TS1110: Type expected.
4.685 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(274,24): error TS1110: Type expected.
4.685 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(2189,33): error TS1110: Type expected.
4.685 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(2200,27): error TS1110: Type expected.
4.685 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3172,13): error TS1139: Type parameter declaration expected.
4.685 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3172,20): error TS1005: ';' expected.

By the way, I found out that the prerequisites also need to include npm and node-typescript I think
PS: mongo was also giving an error at the beginning, I removed the amd64v8 from the yml, only then it went to the step above
PS2: I also tried installing grunt-ts based on some google results , but didn't help

Hello, the builder is failing at step 6/7 with hundreds of lines after this step => ERROR [builder 6/7] RUN npm run build 5.0s ------ > [builder 6/7] RUN npm run build: 1.982 1.982 > threetwo-metadata-service@0.0.2 build 1.982 > tsc --build tsconfig.json 1.982 4.684 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(256,21): error TS1110: Type expected. 4.685 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(274,24): error TS1110: Type expected. 4.685 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(2189,33): error TS1110: Type expected. 4.685 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(2200,27): error TS1110: Type expected. 4.685 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3172,13): error TS1139: Type parameter declaration expected. 4.685 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3172,20): error TS1005: ';' expected. By the way, I found out that the prerequisites also need to include npm and node-typescript I think PS: mongo was also giving an error at the beginning, I removed the amd64v8 from the yml, only then it went to the step above PS2: I also tried installing grunt-ts based on some google results , but didn't help
rishighan commented 2025-09-21 17:43:19 +00:00 (Migrated from github.com)

Looking into this. Not sure what faker is. Most likely a dependency of a dependency...

Looking into this. Not sure what `faker` is. Most likely a dependency of a dependency...
bwh commented 2025-09-21 18:33:36 +00:00 (Migrated from github.com)

it's not just faker, let me put the whole error list, if it helps

Building metadata-service
[+] Building 7.4s (8/10)                                                                                                                                                    docker:default
 => CACHED [internal] load git source https://github.com/rishighan/threetwo-metadata-service.git                                                                                      1.5s
 => [internal] load metadata for docker.io/library/node:21-alpine                                                                                                                     1.0s
 => [builder 1/7] FROM docker.io/library/node:21-alpine@sha256:78c45726ea205bbe2f23889470f03b46ac988d14b6d813d095e2e9909f586f93                                                       0.0s
 => CACHED [builder 2/7] WORKDIR /metadata-service                                                                                                                                    0.0s
 => CACHED [builder 3/7] COPY package.json package-lock.json ./                                                                                                                       0.0s
 => CACHED [builder 4/7] RUN npm ci --silent                                                                                                                                          0.0s
 => CACHED [builder 5/7] COPY . .                                                                                                                                                     0.0s
 => ERROR [builder 6/7] RUN npm run build                                                                                                                                             4.5s
------
 > [builder 6/7] RUN npm run build:
1.530
1.530 > threetwo-metadata-service@0.0.2 build
1.530 > tsc --build tsconfig.json
1.530
4.111 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(256,21): error TS1110: Type expected.
4.111 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(274,24): error TS1110: Type expected.
4.111 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(2189,33): error TS1110: Type expected.
4.111 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(2200,27): error TS1110: Type expected.
4.111 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3172,13): error TS1139: Type parameter declaration expected.
4.111 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3172,20): error TS1005: ';' expected.
4.111 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3172,26): error TS1005: ')' expected.
4.111 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3172,30): error TS1011: An element access expression should take an argument.
4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3172,40): error TS1005: ';' expected.
4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3179,6): error TS1128: Declaration or statement expected.
4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3179,7): error TS1128: Declaration or statement expected.
4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3179,11): error TS1011: An element access expression should take an argument.
4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3195,13): error TS1109: Expression expected.
4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3195,20): error TS1005: ',' expected.
4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3195,26): error TS1005: ')' expected.
4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3195,44): error TS1109: Expression expected.
4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3195,54): error TS1109: Expression expected.
4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3201,24): error TS1005: ',' expected.
4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3202,6): error TS1005: ';' expected.
4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3202,7): error TS1128: Declaration or statement expected.
4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3202,11): error TS1011: An element access expression should take an argument.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3219,13): error TS1109: Expression expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3219,20): error TS1005: ',' expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3219,26): error TS1005: ')' expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3219,30): error TS1011: An element access expression should take an argument.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3219,41): error TS1109: Expression expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3225,26): error TS1005: ',' expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3226,6): error TS1005: ';' expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3226,7): error TS1128: Declaration or statement expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3226,11): error TS1011: An element access expression should take an argument.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3249,17): error TS1109: Expression expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3249,24): error TS1005: ',' expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3249,32): error TS1005: ')' expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3249,51): error TS1005: '(' expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3249,70): error TS1005: ',' expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3249,79): error TS1005: ';' expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3249,83): error TS1011: An element access expression should take an argument.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3266,18): error TS1005: ',' expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3266,44): error TS1005: ',' expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3266,103): error TS1005: '(' expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3266,104): error TS1005: ',' expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3266,112): error TS1005: ')' expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3283,11): error TS1109: Expression expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3283,24): error TS1005: ',' expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3283,34): error TS1005: ')' expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3283,59): error TS1109: Expression expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3289,29): error TS1005: ',' expected.
4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3290,6): error TS1005: ';' expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3290,7): error TS1128: Declaration or statement expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3305,15): error TS1109: Expression expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3305,23): error TS1005: ',' expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3305,37): error TS1005: ',' expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3305,44): error TS1005: '>' expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3305,62): error TS1005: ')' expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3305,65): error TS1005: ';' expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3305,66): error TS1128: Declaration or statement expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3305,74): error TS1005: ';' expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3320,17): error TS1109: Expression expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3320,25): error TS1005: ',' expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3320,39): error TS1005: ',' expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3320,46): error TS1005: '>' expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3320,64): error TS1005: ')' expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3320,67): error TS1005: ';' expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3320,68): error TS1128: Declaration or statement expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3320,78): error TS1005: ']' expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3320,79): error TS1005: ';' expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3335,17): error TS1109: Expression expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3335,25): error TS1005: ',' expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3335,39): error TS1005: ',' expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3335,46): error TS1005: '>' expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3335,64): error TS1005: ')' expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3335,67): error TS1005: ';' expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3335,68): error TS1128: Declaration or statement expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3335,77): error TS1005: ',' expected.
4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3335,88): error TS1005: ']' expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3335,90): error TS1005: ';' expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3350,18): error TS1109: Expression expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3350,25): error TS1005: ',' expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3350,32): error TS1005: ')' expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3350,50): error TS1005: '(' expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3350,51): error TS1005: ';' expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3370,26): error TS1109: Expression expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3370,33): error TS1005: ',' expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3370,40): error TS1005: ')' expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3379,7): error TS1005: '(' expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3379,8): error TS1005: ';' expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3397,19): error TS1109: Expression expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3397,26): error TS1005: ',' expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3397,33): error TS1005: ')' expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3397,51): error TS1109: Expression expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3397,59): error TS1109: Expression expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3401,20): error TS1005: ',' expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3405,20): error TS1005: ',' expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3406,6): error TS1005: ';' expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3406,7): error TS1128: Declaration or statement expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3406,11): error TS1011: An element access expression should take an argument.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3428,65): error TS1005: '?' expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3428,77): error TS1005: ',' expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3428,81): error TS1005: ';' expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3428,91): error TS1005: ']' expected.
4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3428,92): error TS1005: ';' expected.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3442,32): error TS1005: ',' expected.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3446,20): error TS1005: ',' expected.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3450,20): error TS1005: ',' expected.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3451,7): error TS1005: ';' expected.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3469,14): error TS1109: Expression expected.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3469,27): error TS1005: ',' expected.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3469,35): error TS1005: ')' expected.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3469,85): error TS1109: Expression expected.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3479,24): error TS1005: ',' expected.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3483,24): error TS1005: ',' expected.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3484,10): error TS1005: ',' expected.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3485,6): error TS1005: ';' expected.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3485,7): error TS1128: Declaration or statement expected.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3485,17): error TS1011: An element access expression should take an argument.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3486,1): error TS1128: Declaration or statement expected.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3651,16): error TS1110: Type expected.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(4219,24): error TS1110: Type expected.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(5233,27): error TS1005: ',' expected.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(5233,46): error TS1005: ',' expected.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(5246,18): error TS1005: ',' expected.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(5246,37): error TS1005: ',' expected.
4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(7277,21): error TS1110: Type expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,42): error TS1005: ',' expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,71): error TS1005: ',' expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,97): error TS1005: ',' expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,124): error TS1005: ',' expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,184): error TS1005: ',' expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,211): error TS1005: ',' expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,239): error TS1005: ',' expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,269): error TS1005: ',' expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,293): error TS1005: ',' expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,322): error TS1005: ',' expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,350): error TS1005: ',' expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,380): error TS1005: ',' expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,430): error TS1005: ',' expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,478): error TS1005: ',' expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,500): error TS1005: ',' expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,571): error TS1005: ',' expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,600): error TS1005: ',' expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,666): error TS1005: ',' expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,706): error TS1005: ',' expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,756): error TS1005: ',' expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,793): error TS1005: ',' expected.
4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,965): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1126): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1165): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1214): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1348): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1378): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1419): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1448): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1474): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1505): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1534): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1560): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1583): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1613): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1640): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1667): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1700): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1733): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1761): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1802): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1841): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1954): error TS1005: ',' expected.
4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1974): error TS1005: ',' expected.
4.118 node_modules/@types/ms/index.d.ts(58,11): error TS1110: Type expected.
4.119 node_modules/chromium-bidi/lib/cjs/protocol/cdp.d.ts(70,13): error TS1110: Type expected.
4.119 node_modules/chromium-bidi/lib/cjs/protocol/cdp.d.ts(71,42): error TS1005: '(' expected.
4.119 node_modules/chromium-bidi/lib/cjs/protocol/cdp.d.ts(72,1): error TS1128: Declaration or statement expected.
4.119 node_modules/chromium-bidi/lib/cjs/protocol/chromium-bidi.d.ts(21,43): error TS1110: Type expected.
4.124 node_modules/puppeteer/lib/types.d.ts(7836,12): error TS1110: Type expected.
4.124 node_modules/puppeteer/lib/types.d.ts(7842,12): error TS1109: Expression expected.
4.125 node_modules/puppeteer/lib/types.d.ts(7846,10): error TS1109: Expression expected.
4.125 node_modules/puppeteer/lib/types.d.ts(7855,11): error TS1109: Expression expected.
4.125 node_modules/puppeteer/lib/types.d.ts(7864,11): error TS1109: Expression expected.
4.125 node_modules/puppeteer/lib/types.d.ts(7870,9): error TS1109: Expression expected.
4.125 node_modules/puppeteer/lib/types.d.ts(7877,10): error TS1109: Expression expected.
4.125 node_modules/puppeteer/lib/types.d.ts(7884,11): error TS1109: Expression expected.
4.125 node_modules/puppeteer/lib/types.d.ts(7892,13): error TS1109: Expression expected.
4.125 node_modules/puppeteer/lib/types.d.ts(7901,12): error TS1109: Expression expected.
4.125 node_modules/puppeteer/lib/types.d.ts(7907,16): error TS1109: Expression expected.
4.125 node_modules/puppeteer/lib/types.d.ts(7908,1): error TS1128: Declaration or statement expected.
4.125 node_modules/typed-query-selector/parser.d.ts(2,41): error TS1110: Type expected.
4.125 node_modules/typed-query-selector/parser.d.ts(2,50): error TS1005: '}' expected.
4.125 node_modules/typed-query-selector/parser.d.ts(2,51): error TS1128: Declaration or statement expected.
4.125 node_modules/typed-query-selector/parser.d.ts(2,53): error TS1005: ';' expected.
4.125 node_modules/typed-query-selector/parser.d.ts(4,16): error TS1005: ';' expected.
4.125 node_modules/typed-query-selector/parser.d.ts(4,17): error TS1005: ';' expected.
4.125 node_modules/typed-query-selector/parser.d.ts(4,30): error TS1005: ';' expected.
4.125 node_modules/typed-query-selector/parser.d.ts(4,37): error TS1005: ';' expected.
4.125 node_modules/typed-query-selector/parser.d.ts(9,33): error TS1005: ';' expected.
4.125 node_modules/typed-query-selector/parser.d.ts(9,34): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(9,43): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(9,57): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(9,64): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(36,28): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(36,29): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(36,37): error TS1128: Declaration or statement expected.
4.126 node_modules/typed-query-selector/parser.d.ts(41,44): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(41,45): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(41,52): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(41,57): error TS1128: Declaration or statement expected.
4.126 node_modules/typed-query-selector/parser.d.ts(41,59): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(41,66): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(49,32): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(49,33): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(49,40): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(49,42): error TS1128: Declaration or statement expected.
4.126 node_modules/typed-query-selector/parser.d.ts(49,44): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(49,57): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(49,64): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(51,41): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(51,42): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(51,49): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(51,51): error TS1128: Declaration or statement expected.
4.126 node_modules/typed-query-selector/parser.d.ts(51,54): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(51,61): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(52,25): error TS1005: ';' expected.
4.126 node_modules/typed-query-selector/parser.d.ts(52,26): error TS1005: ';' expected.
4.127 node_modules/typed-query-selector/parser.d.ts(52,29): error TS1128: Declaration or statement expected.
4.127 node_modules/typed-query-selector/parser.d.ts(52,31): error TS1005: ';' expected.
4.127 node_modules/typed-query-selector/parser.d.ts(53,16): error TS1005: ';' expected.
4.127 node_modules/typed-query-selector/parser.d.ts(53,17): error TS1005: ';' expected.
4.127 node_modules/typed-query-selector/parser.d.ts(53,24): error TS1005: ';' expected.
4.127 node_modules/typed-query-selector/parser.d.ts(53,26): error TS1128: Declaration or statement expected.
4.127 node_modules/typed-query-selector/parser.d.ts(53,27): error TS1127: Invalid character.
4.127 node_modules/typed-query-selector/parser.d.ts(53,30): error TS1005: ';' expected.
4.127 node_modules/typed-query-selector/parser.d.ts(53,37): error TS1005: ';' expected.
4.127 node_modules/typed-query-selector/parser.d.ts(54,25): error TS1005: ';' expected.
4.127 node_modules/typed-query-selector/parser.d.ts(54,26): error TS1005: ';' expected.
4.127 node_modules/typed-query-selector/parser.d.ts(54,29): error TS1128: Declaration or statement expected.
4.127 node_modules/typed-query-selector/parser.d.ts(54,31): error TS1005: ';' expected.
4.127 node_modules/typed-query-selector/parser.d.ts(55,16): error TS1005: ';' expected.
4.127 node_modules/typed-query-selector/parser.d.ts(55,17): error TS1005: ';' expected.
4.127 node_modules/typed-query-selector/parser.d.ts(55,24): error TS1005: ';' expected.
4.127 node_modules/typed-query-selector/parser.d.ts(55,26): error TS1128: Declaration or statement expected.
4.127 node_modules/typed-query-selector/parser.d.ts(55,27): error TS1127: Invalid character.
4.127 node_modules/typed-query-selector/parser.d.ts(55,30): error TS1005: ';' expected.
4.127 node_modules/typed-query-selector/parser.d.ts(55,37): error TS1005: ';' expected.
4.127 node_modules/typed-query-selector/parser.d.ts(56,25): error TS1005: ';' expected.
4.127 node_modules/typed-query-selector/parser.d.ts(56,26): error TS1005: ';' expected.
4.127 node_modules/typed-query-selector/parser.d.ts(56,29): error TS1128: Declaration or statement expected.
4.127 node_modules/typed-query-selector/parser.d.ts(56,31): error TS1005: ';' expected.
4.127 node_modules/typed-query-selector/parser.d.ts(57,16): error TS1005: ';' expected.
4.127 node_modules/typed-query-selector/parser.d.ts(57,17): error TS1005: ';' expected.
4.127 node_modules/typed-query-selector/parser.d.ts(57,24): error TS1005: ';' expected.
4.127 node_modules/typed-query-selector/parser.d.ts(57,26): error TS1128: Declaration or statement expected.
4.128 node_modules/typed-query-selector/parser.d.ts(57,27): error TS1127: Invalid character.
4.128 node_modules/typed-query-selector/parser.d.ts(57,30): error TS1005: ';' expected.
4.128 node_modules/typed-query-selector/parser.d.ts(57,37): error TS1005: ';' expected.
4.128 node_modules/typed-query-selector/parser.d.ts(58,25): error TS1005: ';' expected.
4.128 node_modules/typed-query-selector/parser.d.ts(58,26): error TS1005: ';' expected.
4.128 node_modules/typed-query-selector/parser.d.ts(58,29): error TS1128: Declaration or statement expected.
4.128 node_modules/typed-query-selector/parser.d.ts(58,31): error TS1005: ';' expected.
4.128 node_modules/typed-query-selector/parser.d.ts(59,16): error TS1005: ';' expected.
4.128 node_modules/typed-query-selector/parser.d.ts(59,17): error TS1005: ';' expected.
4.128 node_modules/typed-query-selector/parser.d.ts(59,24): error TS1005: ';' expected.
4.128 node_modules/typed-query-selector/parser.d.ts(59,26): error TS1128: Declaration or statement expected.
4.128 node_modules/typed-query-selector/parser.d.ts(59,27): error TS1127: Invalid character.
4.128 node_modules/typed-query-selector/parser.d.ts(59,30): error TS1005: ';' expected.
4.128 node_modules/typed-query-selector/parser.d.ts(59,37): error TS1005: ';' expected.
4.128 node_modules/typed-query-selector/parser.d.ts(60,25): error TS1005: ';' expected.
4.128 node_modules/typed-query-selector/parser.d.ts(60,26): error TS1005: ';' expected.
4.128 node_modules/typed-query-selector/parser.d.ts(60,29): error TS1128: Declaration or statement expected.
4.128 node_modules/typed-query-selector/parser.d.ts(60,31): error TS1005: ';' expected.
4.128 node_modules/typed-query-selector/parser.d.ts(63,33): error TS1005: ';' expected.
4.128 node_modules/typed-query-selector/parser.d.ts(63,34): error TS1005: ';' expected.
4.128 node_modules/typed-query-selector/parser.d.ts(63,44): error TS1005: ';' expected.
4.128 node_modules/typed-query-selector/parser.d.ts(63,45): error TS1005: ';' expected.
4.128 node_modules/typed-query-selector/parser.d.ts(66,42): error TS1005: ';' expected.
4.128 node_modules/typed-query-selector/parser.d.ts(66,43): error TS1005: ';' expected.
4.128 node_modules/typed-query-selector/parser.d.ts(66,50): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(66,52): error TS1127: Invalid character.
4.129 node_modules/typed-query-selector/parser.d.ts(66,53): error TS1127: Invalid character.
4.129 node_modules/typed-query-selector/parser.d.ts(66,55): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(66,64): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(66,71): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(67,26): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(67,27): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(67,31): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(68,16): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(68,17): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(68,24): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(68,37): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(68,38): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(68,45): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(69,26): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(69,27): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(69,31): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(70,16): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(70,17): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(70,24): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(70,37): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(70,38): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(70,45): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(71,26): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(71,27): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(71,31): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(72,16): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(72,17): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(72,24): error TS1005: ';' expected.
4.129 node_modules/typed-query-selector/parser.d.ts(72,28): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(72,37): error TS1005: ';' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(72,38): error TS1005: ';' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(72,45): error TS1005: ';' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(73,26): error TS1005: ';' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(73,27): error TS1005: ';' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(73,30): error TS18016: Private identifiers are not allowed outside class bodies.
4.130 node_modules/typed-query-selector/parser.d.ts(73,33): error TS1005: ';' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(74,16): error TS1005: ';' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(74,17): error TS1005: ';' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(74,24): error TS1005: ';' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(74,28): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(74,36): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(74,37): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(74,44): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(75,26): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(75,27): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(75,30): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(75,33): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(78,12): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(78,24): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(79,38): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(79,39): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(79,46): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(79,48): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(79,53): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(79,60): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(79,66): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(79,67): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(79,74): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(81,24): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(81,25): error TS1005: ',' expected.
4.130 node_modules/typed-query-selector/parser.d.ts(81,30): error TS1005: ',' expected.
4.131 node_modules/typed-query-selector/parser.d.ts(81,41): error TS1005: ',' expected.
4.131 node_modules/typed-query-selector/parser.d.ts(81,48): error TS1109: Expression expected.
4.131 node_modules/typed-query-selector/parser.d.ts(81,50): error TS1005: ',' expected.
4.131 node_modules/typed-query-selector/parser.d.ts(83,16): error TS1005: ',' expected.
4.131 node_modules/typed-query-selector/parser.d.ts(83,17): error TS1005: ',' expected.
4.131 node_modules/typed-query-selector/parser.d.ts(83,24): error TS1005: ',' expected.
4.131 node_modules/typed-query-selector/parser.d.ts(83,26): error TS1005: ',' expected.
4.131 node_modules/typed-query-selector/parser.d.ts(83,34): error TS1005: ',' expected.
4.131 node_modules/typed-query-selector/parser.d.ts(83,41): error TS1005: ',' expected.
4.131 node_modules/typed-query-selector/parser.d.ts(83,47): error TS1005: ',' expected.
4.131 node_modules/typed-query-selector/parser.d.ts(83,48): error TS1005: ',' expected.
4.131 node_modules/typed-query-selector/parser.d.ts(83,55): error TS1005: ',' expected.
4.131 node_modules/typed-query-selector/parser.d.ts(85,24): error TS1005: ',' expected.
4.131 node_modules/typed-query-selector/parser.d.ts(85,25): error TS1005: ',' expected.
4.131 node_modules/typed-query-selector/parser.d.ts(85,30): error TS1005: ',' expected.
4.131 node_modules/typed-query-selector/parser.d.ts(85,41): error TS1005: ',' expected.
4.131 node_modules/typed-query-selector/parser.d.ts(85,48): error TS1109: Expression expected.
4.131 node_modules/typed-query-selector/parser.d.ts(85,50): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(87,16): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(87,17): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(87,24): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(87,26): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(87,28): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(87,35): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(87,44): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(87,53): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(87,54): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(87,61): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(89,24): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(89,25): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(89,28): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(89,29): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(98,38): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(98,39): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(98,48): error TS1003: Identifier expected.
4.132 node_modules/typed-query-selector/parser.d.ts(100,16): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(100,17): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(100,25): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(100,26): error TS1127: Invalid character.
4.132 node_modules/typed-query-selector/parser.d.ts(104,14): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(104,15): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(104,22): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(104,28): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(104,38): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(104,45): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(105,33): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(105,34): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(105,41): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(106,18): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(106,19): error TS1005: ',' expected.
4.132 node_modules/typed-query-selector/parser.d.ts(106,26): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(106,32): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(108,18): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(108,19): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(108,26): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(108,30): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(108,32): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(108,42): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(108,49): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(109,33): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(109,34): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(109,41): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(110,18): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(110,19): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(110,26): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(110,30): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(110,32): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(112,18): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(112,19): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(112,26): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(112,30): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(112,32): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(112,46): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(112,47): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(112,57): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(112,64): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(113,33): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(113,34): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(113,41): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(114,18): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(114,19): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(114,26): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(114,30): error TS1005: ',' expected.
4.133 node_modules/typed-query-selector/parser.d.ts(114,32): error TS1005: ',' expected.
4.134 node_modules/typed-query-selector/parser.d.ts(114,46): error TS1005: ',' expected.
4.134 node_modules/typed-query-selector/parser.d.ts(114,47): error TS1005: ',' expected.
4.134 node_modules/typed-query-selector/parser.d.ts(116,18): error TS1005: ',' expected.
4.134 node_modules/typed-query-selector/parser.d.ts(116,19): error TS1005: ',' expected.
4.134 node_modules/typed-query-selector/parser.d.ts(116,29): error TS1005: ',' expected.
4.134 node_modules/typed-query-selector/parser.d.ts(116,36): error TS1005: ',' expected.
4.134 node_modules/typed-query-selector/parser.d.ts(134,17): error TS1005: ',' expected.
4.134 node_modules/typed-query-selector/parser.d.ts(134,20): error TS1109: Expression expected.
4.134 node_modules/typed-query-selector/parser.d.ts(134,21): error TS1109: Expression expected.
4.134 node_modules/typed-query-selector/parser.d.ts(136,76): error TS1005: ',' expected.
4.134 node_modules/typed-query-selector/parser.d.ts(137,45): error TS1005: ',' expected.
4.134 node_modules/typed-query-selector/parser.d.ts(137,76): error TS1005: ',' expected.
4.134 node_modules/typed-query-selector/parser.d.ts(147,25): error TS1005: ',' expected.
4.134 node_modules/typed-query-selector/parser.d.ts(147,28): error TS1109: Expression expected.
4.134 node_modules/typed-query-selector/parser.d.ts(147,29): error TS1109: Expression expected.
4.134 node_modules/typed-query-selector/parser.d.ts(149,30): error TS1005: ',' expected.
4.134 node_modules/typed-query-selector/parser.d.ts(150,10): error TS1005: ',' expected.
4.134 node_modules/typed-query-selector/parser.d.ts(150,34): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(156,16): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(156,17): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(156,21): error TS1005: ':' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(156,29): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(156,36): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(158,16): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(158,17): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(158,24): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(158,30): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(158,37): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(218,35): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(218,36): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(218,43): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(218,53): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(218,54): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(218,61): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(224,34): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(224,35): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(224,42): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(224,49): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(224,56): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(231,16): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(231,17): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(231,24): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(231,26): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(231,27): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(231,34): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(238,54): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(238,55): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(238,62): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(238,64): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(238,65): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(238,72): error TS1005: ',' expected.
4.142 node_modules/typed-query-selector/parser.d.ts(256,1): error TS1160: Unterminated template literal.
------
Dockerfile:14
--------------------
  12 |     # Copy source code and build the application
  13 |     COPY . .
  14 | >>> RUN npm run build
  15 |
  16 |     # Clean up development dependencies
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c npm run build
it's not just faker, let me put the whole error list, if it helps ``` Building metadata-service [+] Building 7.4s (8/10) docker:default => CACHED [internal] load git source https://github.com/rishighan/threetwo-metadata-service.git 1.5s => [internal] load metadata for docker.io/library/node:21-alpine 1.0s => [builder 1/7] FROM docker.io/library/node:21-alpine@sha256:78c45726ea205bbe2f23889470f03b46ac988d14b6d813d095e2e9909f586f93 0.0s => CACHED [builder 2/7] WORKDIR /metadata-service 0.0s => CACHED [builder 3/7] COPY package.json package-lock.json ./ 0.0s => CACHED [builder 4/7] RUN npm ci --silent 0.0s => CACHED [builder 5/7] COPY . . 0.0s => ERROR [builder 6/7] RUN npm run build 4.5s ------ > [builder 6/7] RUN npm run build: 1.530 1.530 > threetwo-metadata-service@0.0.2 build 1.530 > tsc --build tsconfig.json 1.530 4.111 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(256,21): error TS1110: Type expected. 4.111 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(274,24): error TS1110: Type expected. 4.111 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(2189,33): error TS1110: Type expected. 4.111 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(2200,27): error TS1110: Type expected. 4.111 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3172,13): error TS1139: Type parameter declaration expected. 4.111 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3172,20): error TS1005: ';' expected. 4.111 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3172,26): error TS1005: ')' expected. 4.111 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3172,30): error TS1011: An element access expression should take an argument. 4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3172,40): error TS1005: ';' expected. 4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3179,6): error TS1128: Declaration or statement expected. 4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3179,7): error TS1128: Declaration or statement expected. 4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3179,11): error TS1011: An element access expression should take an argument. 4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3195,13): error TS1109: Expression expected. 4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3195,20): error TS1005: ',' expected. 4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3195,26): error TS1005: ')' expected. 4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3195,44): error TS1109: Expression expected. 4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3195,54): error TS1109: Expression expected. 4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3201,24): error TS1005: ',' expected. 4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3202,6): error TS1005: ';' expected. 4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3202,7): error TS1128: Declaration or statement expected. 4.112 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3202,11): error TS1011: An element access expression should take an argument. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3219,13): error TS1109: Expression expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3219,20): error TS1005: ',' expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3219,26): error TS1005: ')' expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3219,30): error TS1011: An element access expression should take an argument. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3219,41): error TS1109: Expression expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3225,26): error TS1005: ',' expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3226,6): error TS1005: ';' expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3226,7): error TS1128: Declaration or statement expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3226,11): error TS1011: An element access expression should take an argument. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3249,17): error TS1109: Expression expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3249,24): error TS1005: ',' expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3249,32): error TS1005: ')' expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3249,51): error TS1005: '(' expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3249,70): error TS1005: ',' expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3249,79): error TS1005: ';' expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3249,83): error TS1011: An element access expression should take an argument. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3266,18): error TS1005: ',' expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3266,44): error TS1005: ',' expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3266,103): error TS1005: '(' expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3266,104): error TS1005: ',' expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3266,112): error TS1005: ')' expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3283,11): error TS1109: Expression expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3283,24): error TS1005: ',' expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3283,34): error TS1005: ')' expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3283,59): error TS1109: Expression expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3289,29): error TS1005: ',' expected. 4.113 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3290,6): error TS1005: ';' expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3290,7): error TS1128: Declaration or statement expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3305,15): error TS1109: Expression expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3305,23): error TS1005: ',' expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3305,37): error TS1005: ',' expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3305,44): error TS1005: '>' expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3305,62): error TS1005: ')' expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3305,65): error TS1005: ';' expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3305,66): error TS1128: Declaration or statement expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3305,74): error TS1005: ';' expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3320,17): error TS1109: Expression expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3320,25): error TS1005: ',' expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3320,39): error TS1005: ',' expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3320,46): error TS1005: '>' expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3320,64): error TS1005: ')' expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3320,67): error TS1005: ';' expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3320,68): error TS1128: Declaration or statement expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3320,78): error TS1005: ']' expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3320,79): error TS1005: ';' expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3335,17): error TS1109: Expression expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3335,25): error TS1005: ',' expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3335,39): error TS1005: ',' expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3335,46): error TS1005: '>' expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3335,64): error TS1005: ')' expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3335,67): error TS1005: ';' expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3335,68): error TS1128: Declaration or statement expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3335,77): error TS1005: ',' expected. 4.114 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3335,88): error TS1005: ']' expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3335,90): error TS1005: ';' expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3350,18): error TS1109: Expression expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3350,25): error TS1005: ',' expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3350,32): error TS1005: ')' expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3350,50): error TS1005: '(' expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3350,51): error TS1005: ';' expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3370,26): error TS1109: Expression expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3370,33): error TS1005: ',' expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3370,40): error TS1005: ')' expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3379,7): error TS1005: '(' expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3379,8): error TS1005: ';' expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3397,19): error TS1109: Expression expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3397,26): error TS1005: ',' expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3397,33): error TS1005: ')' expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3397,51): error TS1109: Expression expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3397,59): error TS1109: Expression expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3401,20): error TS1005: ',' expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3405,20): error TS1005: ',' expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3406,6): error TS1005: ';' expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3406,7): error TS1128: Declaration or statement expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3406,11): error TS1011: An element access expression should take an argument. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3428,65): error TS1005: '?' expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3428,77): error TS1005: ',' expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3428,81): error TS1005: ';' expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3428,91): error TS1005: ']' expected. 4.115 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3428,92): error TS1005: ';' expected. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3442,32): error TS1005: ',' expected. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3446,20): error TS1005: ',' expected. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3450,20): error TS1005: ',' expected. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3451,7): error TS1005: ';' expected. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3469,14): error TS1109: Expression expected. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3469,27): error TS1005: ',' expected. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3469,35): error TS1005: ')' expected. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3469,85): error TS1109: Expression expected. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3479,24): error TS1005: ',' expected. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3483,24): error TS1005: ',' expected. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3484,10): error TS1005: ',' expected. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3485,6): error TS1005: ';' expected. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3485,7): error TS1128: Declaration or statement expected. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3485,17): error TS1011: An element access expression should take an argument. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3486,1): error TS1128: Declaration or statement expected. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(3651,16): error TS1110: Type expected. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(4219,24): error TS1110: Type expected. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(5233,27): error TS1005: ',' expected. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(5233,46): error TS1005: ',' expected. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(5246,18): error TS1005: ',' expected. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(5246,37): error TS1005: ',' expected. 4.116 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(7277,21): error TS1110: Type expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,42): error TS1005: ',' expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,71): error TS1005: ',' expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,97): error TS1005: ',' expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,124): error TS1005: ',' expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,184): error TS1005: ',' expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,211): error TS1005: ',' expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,239): error TS1005: ',' expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,269): error TS1005: ',' expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,293): error TS1005: ',' expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,322): error TS1005: ',' expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,350): error TS1005: ',' expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,380): error TS1005: ',' expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,430): error TS1005: ',' expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,478): error TS1005: ',' expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,500): error TS1005: ',' expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,571): error TS1005: ',' expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,600): error TS1005: ',' expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,666): error TS1005: ',' expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,706): error TS1005: ',' expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,756): error TS1005: ',' expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,793): error TS1005: ',' expected. 4.117 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,965): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1126): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1165): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1214): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1348): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1378): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1419): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1448): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1474): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1505): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1534): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1560): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1583): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1613): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1640): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1667): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1700): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1733): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1761): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1802): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1841): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1954): error TS1005: ',' expected. 4.118 node_modules/@faker-js/faker/dist/airline-BUL6NtOJ.d.ts(8224,1974): error TS1005: ',' expected. 4.118 node_modules/@types/ms/index.d.ts(58,11): error TS1110: Type expected. 4.119 node_modules/chromium-bidi/lib/cjs/protocol/cdp.d.ts(70,13): error TS1110: Type expected. 4.119 node_modules/chromium-bidi/lib/cjs/protocol/cdp.d.ts(71,42): error TS1005: '(' expected. 4.119 node_modules/chromium-bidi/lib/cjs/protocol/cdp.d.ts(72,1): error TS1128: Declaration or statement expected. 4.119 node_modules/chromium-bidi/lib/cjs/protocol/chromium-bidi.d.ts(21,43): error TS1110: Type expected. 4.124 node_modules/puppeteer/lib/types.d.ts(7836,12): error TS1110: Type expected. 4.124 node_modules/puppeteer/lib/types.d.ts(7842,12): error TS1109: Expression expected. 4.125 node_modules/puppeteer/lib/types.d.ts(7846,10): error TS1109: Expression expected. 4.125 node_modules/puppeteer/lib/types.d.ts(7855,11): error TS1109: Expression expected. 4.125 node_modules/puppeteer/lib/types.d.ts(7864,11): error TS1109: Expression expected. 4.125 node_modules/puppeteer/lib/types.d.ts(7870,9): error TS1109: Expression expected. 4.125 node_modules/puppeteer/lib/types.d.ts(7877,10): error TS1109: Expression expected. 4.125 node_modules/puppeteer/lib/types.d.ts(7884,11): error TS1109: Expression expected. 4.125 node_modules/puppeteer/lib/types.d.ts(7892,13): error TS1109: Expression expected. 4.125 node_modules/puppeteer/lib/types.d.ts(7901,12): error TS1109: Expression expected. 4.125 node_modules/puppeteer/lib/types.d.ts(7907,16): error TS1109: Expression expected. 4.125 node_modules/puppeteer/lib/types.d.ts(7908,1): error TS1128: Declaration or statement expected. 4.125 node_modules/typed-query-selector/parser.d.ts(2,41): error TS1110: Type expected. 4.125 node_modules/typed-query-selector/parser.d.ts(2,50): error TS1005: '}' expected. 4.125 node_modules/typed-query-selector/parser.d.ts(2,51): error TS1128: Declaration or statement expected. 4.125 node_modules/typed-query-selector/parser.d.ts(2,53): error TS1005: ';' expected. 4.125 node_modules/typed-query-selector/parser.d.ts(4,16): error TS1005: ';' expected. 4.125 node_modules/typed-query-selector/parser.d.ts(4,17): error TS1005: ';' expected. 4.125 node_modules/typed-query-selector/parser.d.ts(4,30): error TS1005: ';' expected. 4.125 node_modules/typed-query-selector/parser.d.ts(4,37): error TS1005: ';' expected. 4.125 node_modules/typed-query-selector/parser.d.ts(9,33): error TS1005: ';' expected. 4.125 node_modules/typed-query-selector/parser.d.ts(9,34): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(9,43): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(9,57): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(9,64): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(36,28): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(36,29): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(36,37): error TS1128: Declaration or statement expected. 4.126 node_modules/typed-query-selector/parser.d.ts(41,44): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(41,45): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(41,52): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(41,57): error TS1128: Declaration or statement expected. 4.126 node_modules/typed-query-selector/parser.d.ts(41,59): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(41,66): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(49,32): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(49,33): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(49,40): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(49,42): error TS1128: Declaration or statement expected. 4.126 node_modules/typed-query-selector/parser.d.ts(49,44): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(49,57): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(49,64): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(51,41): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(51,42): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(51,49): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(51,51): error TS1128: Declaration or statement expected. 4.126 node_modules/typed-query-selector/parser.d.ts(51,54): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(51,61): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(52,25): error TS1005: ';' expected. 4.126 node_modules/typed-query-selector/parser.d.ts(52,26): error TS1005: ';' expected. 4.127 node_modules/typed-query-selector/parser.d.ts(52,29): error TS1128: Declaration or statement expected. 4.127 node_modules/typed-query-selector/parser.d.ts(52,31): error TS1005: ';' expected. 4.127 node_modules/typed-query-selector/parser.d.ts(53,16): error TS1005: ';' expected. 4.127 node_modules/typed-query-selector/parser.d.ts(53,17): error TS1005: ';' expected. 4.127 node_modules/typed-query-selector/parser.d.ts(53,24): error TS1005: ';' expected. 4.127 node_modules/typed-query-selector/parser.d.ts(53,26): error TS1128: Declaration or statement expected. 4.127 node_modules/typed-query-selector/parser.d.ts(53,27): error TS1127: Invalid character. 4.127 node_modules/typed-query-selector/parser.d.ts(53,30): error TS1005: ';' expected. 4.127 node_modules/typed-query-selector/parser.d.ts(53,37): error TS1005: ';' expected. 4.127 node_modules/typed-query-selector/parser.d.ts(54,25): error TS1005: ';' expected. 4.127 node_modules/typed-query-selector/parser.d.ts(54,26): error TS1005: ';' expected. 4.127 node_modules/typed-query-selector/parser.d.ts(54,29): error TS1128: Declaration or statement expected. 4.127 node_modules/typed-query-selector/parser.d.ts(54,31): error TS1005: ';' expected. 4.127 node_modules/typed-query-selector/parser.d.ts(55,16): error TS1005: ';' expected. 4.127 node_modules/typed-query-selector/parser.d.ts(55,17): error TS1005: ';' expected. 4.127 node_modules/typed-query-selector/parser.d.ts(55,24): error TS1005: ';' expected. 4.127 node_modules/typed-query-selector/parser.d.ts(55,26): error TS1128: Declaration or statement expected. 4.127 node_modules/typed-query-selector/parser.d.ts(55,27): error TS1127: Invalid character. 4.127 node_modules/typed-query-selector/parser.d.ts(55,30): error TS1005: ';' expected. 4.127 node_modules/typed-query-selector/parser.d.ts(55,37): error TS1005: ';' expected. 4.127 node_modules/typed-query-selector/parser.d.ts(56,25): error TS1005: ';' expected. 4.127 node_modules/typed-query-selector/parser.d.ts(56,26): error TS1005: ';' expected. 4.127 node_modules/typed-query-selector/parser.d.ts(56,29): error TS1128: Declaration or statement expected. 4.127 node_modules/typed-query-selector/parser.d.ts(56,31): error TS1005: ';' expected. 4.127 node_modules/typed-query-selector/parser.d.ts(57,16): error TS1005: ';' expected. 4.127 node_modules/typed-query-selector/parser.d.ts(57,17): error TS1005: ';' expected. 4.127 node_modules/typed-query-selector/parser.d.ts(57,24): error TS1005: ';' expected. 4.127 node_modules/typed-query-selector/parser.d.ts(57,26): error TS1128: Declaration or statement expected. 4.128 node_modules/typed-query-selector/parser.d.ts(57,27): error TS1127: Invalid character. 4.128 node_modules/typed-query-selector/parser.d.ts(57,30): error TS1005: ';' expected. 4.128 node_modules/typed-query-selector/parser.d.ts(57,37): error TS1005: ';' expected. 4.128 node_modules/typed-query-selector/parser.d.ts(58,25): error TS1005: ';' expected. 4.128 node_modules/typed-query-selector/parser.d.ts(58,26): error TS1005: ';' expected. 4.128 node_modules/typed-query-selector/parser.d.ts(58,29): error TS1128: Declaration or statement expected. 4.128 node_modules/typed-query-selector/parser.d.ts(58,31): error TS1005: ';' expected. 4.128 node_modules/typed-query-selector/parser.d.ts(59,16): error TS1005: ';' expected. 4.128 node_modules/typed-query-selector/parser.d.ts(59,17): error TS1005: ';' expected. 4.128 node_modules/typed-query-selector/parser.d.ts(59,24): error TS1005: ';' expected. 4.128 node_modules/typed-query-selector/parser.d.ts(59,26): error TS1128: Declaration or statement expected. 4.128 node_modules/typed-query-selector/parser.d.ts(59,27): error TS1127: Invalid character. 4.128 node_modules/typed-query-selector/parser.d.ts(59,30): error TS1005: ';' expected. 4.128 node_modules/typed-query-selector/parser.d.ts(59,37): error TS1005: ';' expected. 4.128 node_modules/typed-query-selector/parser.d.ts(60,25): error TS1005: ';' expected. 4.128 node_modules/typed-query-selector/parser.d.ts(60,26): error TS1005: ';' expected. 4.128 node_modules/typed-query-selector/parser.d.ts(60,29): error TS1128: Declaration or statement expected. 4.128 node_modules/typed-query-selector/parser.d.ts(60,31): error TS1005: ';' expected. 4.128 node_modules/typed-query-selector/parser.d.ts(63,33): error TS1005: ';' expected. 4.128 node_modules/typed-query-selector/parser.d.ts(63,34): error TS1005: ';' expected. 4.128 node_modules/typed-query-selector/parser.d.ts(63,44): error TS1005: ';' expected. 4.128 node_modules/typed-query-selector/parser.d.ts(63,45): error TS1005: ';' expected. 4.128 node_modules/typed-query-selector/parser.d.ts(66,42): error TS1005: ';' expected. 4.128 node_modules/typed-query-selector/parser.d.ts(66,43): error TS1005: ';' expected. 4.128 node_modules/typed-query-selector/parser.d.ts(66,50): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(66,52): error TS1127: Invalid character. 4.129 node_modules/typed-query-selector/parser.d.ts(66,53): error TS1127: Invalid character. 4.129 node_modules/typed-query-selector/parser.d.ts(66,55): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(66,64): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(66,71): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(67,26): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(67,27): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(67,31): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(68,16): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(68,17): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(68,24): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(68,37): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(68,38): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(68,45): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(69,26): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(69,27): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(69,31): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(70,16): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(70,17): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(70,24): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(70,37): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(70,38): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(70,45): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(71,26): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(71,27): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(71,31): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(72,16): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(72,17): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(72,24): error TS1005: ';' expected. 4.129 node_modules/typed-query-selector/parser.d.ts(72,28): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(72,37): error TS1005: ';' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(72,38): error TS1005: ';' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(72,45): error TS1005: ';' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(73,26): error TS1005: ';' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(73,27): error TS1005: ';' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(73,30): error TS18016: Private identifiers are not allowed outside class bodies. 4.130 node_modules/typed-query-selector/parser.d.ts(73,33): error TS1005: ';' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(74,16): error TS1005: ';' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(74,17): error TS1005: ';' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(74,24): error TS1005: ';' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(74,28): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(74,36): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(74,37): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(74,44): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(75,26): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(75,27): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(75,30): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(75,33): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(78,12): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(78,24): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(79,38): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(79,39): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(79,46): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(79,48): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(79,53): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(79,60): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(79,66): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(79,67): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(79,74): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(81,24): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(81,25): error TS1005: ',' expected. 4.130 node_modules/typed-query-selector/parser.d.ts(81,30): error TS1005: ',' expected. 4.131 node_modules/typed-query-selector/parser.d.ts(81,41): error TS1005: ',' expected. 4.131 node_modules/typed-query-selector/parser.d.ts(81,48): error TS1109: Expression expected. 4.131 node_modules/typed-query-selector/parser.d.ts(81,50): error TS1005: ',' expected. 4.131 node_modules/typed-query-selector/parser.d.ts(83,16): error TS1005: ',' expected. 4.131 node_modules/typed-query-selector/parser.d.ts(83,17): error TS1005: ',' expected. 4.131 node_modules/typed-query-selector/parser.d.ts(83,24): error TS1005: ',' expected. 4.131 node_modules/typed-query-selector/parser.d.ts(83,26): error TS1005: ',' expected. 4.131 node_modules/typed-query-selector/parser.d.ts(83,34): error TS1005: ',' expected. 4.131 node_modules/typed-query-selector/parser.d.ts(83,41): error TS1005: ',' expected. 4.131 node_modules/typed-query-selector/parser.d.ts(83,47): error TS1005: ',' expected. 4.131 node_modules/typed-query-selector/parser.d.ts(83,48): error TS1005: ',' expected. 4.131 node_modules/typed-query-selector/parser.d.ts(83,55): error TS1005: ',' expected. 4.131 node_modules/typed-query-selector/parser.d.ts(85,24): error TS1005: ',' expected. 4.131 node_modules/typed-query-selector/parser.d.ts(85,25): error TS1005: ',' expected. 4.131 node_modules/typed-query-selector/parser.d.ts(85,30): error TS1005: ',' expected. 4.131 node_modules/typed-query-selector/parser.d.ts(85,41): error TS1005: ',' expected. 4.131 node_modules/typed-query-selector/parser.d.ts(85,48): error TS1109: Expression expected. 4.131 node_modules/typed-query-selector/parser.d.ts(85,50): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(87,16): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(87,17): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(87,24): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(87,26): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(87,28): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(87,35): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(87,44): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(87,53): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(87,54): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(87,61): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(89,24): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(89,25): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(89,28): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(89,29): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(98,38): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(98,39): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(98,48): error TS1003: Identifier expected. 4.132 node_modules/typed-query-selector/parser.d.ts(100,16): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(100,17): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(100,25): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(100,26): error TS1127: Invalid character. 4.132 node_modules/typed-query-selector/parser.d.ts(104,14): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(104,15): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(104,22): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(104,28): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(104,38): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(104,45): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(105,33): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(105,34): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(105,41): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(106,18): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(106,19): error TS1005: ',' expected. 4.132 node_modules/typed-query-selector/parser.d.ts(106,26): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(106,32): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(108,18): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(108,19): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(108,26): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(108,30): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(108,32): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(108,42): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(108,49): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(109,33): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(109,34): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(109,41): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(110,18): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(110,19): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(110,26): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(110,30): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(110,32): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(112,18): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(112,19): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(112,26): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(112,30): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(112,32): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(112,46): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(112,47): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(112,57): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(112,64): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(113,33): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(113,34): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(113,41): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(114,18): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(114,19): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(114,26): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(114,30): error TS1005: ',' expected. 4.133 node_modules/typed-query-selector/parser.d.ts(114,32): error TS1005: ',' expected. 4.134 node_modules/typed-query-selector/parser.d.ts(114,46): error TS1005: ',' expected. 4.134 node_modules/typed-query-selector/parser.d.ts(114,47): error TS1005: ',' expected. 4.134 node_modules/typed-query-selector/parser.d.ts(116,18): error TS1005: ',' expected. 4.134 node_modules/typed-query-selector/parser.d.ts(116,19): error TS1005: ',' expected. 4.134 node_modules/typed-query-selector/parser.d.ts(116,29): error TS1005: ',' expected. 4.134 node_modules/typed-query-selector/parser.d.ts(116,36): error TS1005: ',' expected. 4.134 node_modules/typed-query-selector/parser.d.ts(134,17): error TS1005: ',' expected. 4.134 node_modules/typed-query-selector/parser.d.ts(134,20): error TS1109: Expression expected. 4.134 node_modules/typed-query-selector/parser.d.ts(134,21): error TS1109: Expression expected. 4.134 node_modules/typed-query-selector/parser.d.ts(136,76): error TS1005: ',' expected. 4.134 node_modules/typed-query-selector/parser.d.ts(137,45): error TS1005: ',' expected. 4.134 node_modules/typed-query-selector/parser.d.ts(137,76): error TS1005: ',' expected. 4.134 node_modules/typed-query-selector/parser.d.ts(147,25): error TS1005: ',' expected. 4.134 node_modules/typed-query-selector/parser.d.ts(147,28): error TS1109: Expression expected. 4.134 node_modules/typed-query-selector/parser.d.ts(147,29): error TS1109: Expression expected. 4.134 node_modules/typed-query-selector/parser.d.ts(149,30): error TS1005: ',' expected. 4.134 node_modules/typed-query-selector/parser.d.ts(150,10): error TS1005: ',' expected. 4.134 node_modules/typed-query-selector/parser.d.ts(150,34): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(156,16): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(156,17): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(156,21): error TS1005: ':' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(156,29): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(156,36): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(158,16): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(158,17): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(158,24): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(158,30): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(158,37): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(218,35): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(218,36): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(218,43): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(218,53): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(218,54): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(218,61): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(224,34): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(224,35): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(224,42): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(224,49): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(224,56): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(231,16): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(231,17): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(231,24): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(231,26): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(231,27): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(231,34): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(238,54): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(238,55): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(238,62): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(238,64): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(238,65): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(238,72): error TS1005: ',' expected. 4.142 node_modules/typed-query-selector/parser.d.ts(256,1): error TS1160: Unterminated template literal. ------ Dockerfile:14 -------------------- 12 | # Copy source code and build the application 13 | COPY . . 14 | >>> RUN npm run build 15 | 16 | # Clean up development dependencies -------------------- ERROR: failed to build: failed to solve: process "/bin/sh -c npm run build ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: frishi/threetwo-docker-compose#6