added 479 packages, and audited 482 packages in 9s 57 packages are looking for funding run `npm fund` for details 25 vulnerabilities (6 low, 6 moderate, 13 high) To address issues that do not require attention, run: npm audit fix To address all issues (including breaking changes), run: npm audit fix --force Run `npm audit` for details. > build > npm run build:compile > build:compile > node build.js src/experiment.ts(240,61): error TS2345: Argument of type 'APIClient' is not assignable to parameter of type 'Request>'. Type 'APIClient' is missing the following properties from type 'Request>': get, header, accepts, acceptsCharsets, and 83 more. src/experiment.ts(329,18): error TS2393: Duplicate function implementation. src/experiment.ts(361,18): error TS2393: Duplicate function implementation. src/experiment.ts(621,16): error TS6133: 'getPspuBpuGroup' is declared but its value is never read. node:child_process:957 throw err; ^ Error: Command failed: npx tsc at genericNodeError (node:internal/errors:983:15) at wrappedFn (node:internal/errors:537:14) at checkExecSyncError (node:child_process:882:11) at execSync (node:child_process:954:15) at Object. (/builds/FakIA/fachgebiet-iks/goldi/goldi2/goldi2/frontend-services/website/build.js:5:1) at Module._compile (node:internal/modules/cjs/loader:1562:14) at Object..js (node:internal/modules/cjs/loader:1699:10) at Module.load (node:internal/modules/cjs/loader:1313:32) at Function._load (node:internal/modules/cjs/loader:1123:12) at TracingChannel.traceSync (node:diagnostics_channel:322:14) { status: 2, signal: null, output: [ null, null, null ], pid: 14090, stdout: null, stderr: null } Node.js v22.13.1