added 479 packages, and audited 482 packages in 9s 57 packages are looking for funding run `npm fund` for details 16 vulnerabilities (8 moderate, 8 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/lti.ts(24,45): error TS2339: Property 'listPlatform' does not exist on type 'APIClient'. src/lti.ts(32,44): error TS2339: Property 'registerPlatform' does not exist on type 'APIClient'. src/lti.ts(50,44): error TS2339: Property 'getPlatform' does not exist on type 'APIClient'. src/lti.ts(60,36): error TS2339: Property 'ltiJwks' does not exist on type 'APIClient'. src/lti.ts(67,41): error TS2339: Property 'ltiLogin' does not exist on type 'APIClient'. src/lti.ts(81,43): error TS2339: Property 'ltiLaunch' does not exist on type 'APIClient'. src/lti.ts(157,44): error TS2339: Property 'getResource' does not exist on type 'APIClient'. src/lti.ts(171,31): error TS2551: Property 'updateLtiExperiment' does not exist on type 'APIClient'. Did you mean 'updateExperiment'? src/lti.ts(173,31): error TS2551: Property 'updateLtiExperiment' does not exist on type 'APIClient'. Did you mean 'updateExperiment'? src/lti.ts(187,66): error TS2339: Property 'listResourceStudents' does not exist on type 'APIClient'. src/lti.ts(211,33): error TS7006: Parameter 's' implicitly has an 'any' type. src/lti.ts(211,100): error TS7006: Parameter 'r' implicitly has an 'any' type. src/lti.ts(212,84): error TS7006: Parameter 'r' implicitly has an 'any' type. src/lti.ts(230,44): error TS2339: Property 'getResource' does not exist on type 'APIClient'. src/lti.ts(258,29): error TS2339: Property 'updateResource' does not exist on type 'APIClient'. src/lti.ts(263,44): error TS2339: Property 'getResource' does not exist on type 'APIClient'. src/lti.ts(292,44): error TS2339: Property 'getResource' does not exist on type 'APIClient'. src/lti.ts(315,41): error TS2339: Property 'listResourceStudents' does not exist on type 'APIClient'. src/lti.ts(318,40): error TS2339: Property 'updateResourceStudents' does not exist on type 'APIClient'. src/lti.ts(323,40): error TS2339: Property 'listResourceStudents' does not exist on type 'APIClient'. src/lti.ts(360,33): error TS7006: Parameter 's' implicitly has an 'any' type. src/lti.ts(360,100): error TS7006: Parameter 'r' implicitly has an 'any' type. node:child_process:965 throw err; ^ Error: Command failed: npx tsc at genericNodeError (node:internal/errors:984:15) at wrappedFn (node:internal/errors:538:14) at checkExecSyncError (node:child_process:890:11) at execSync (node:child_process:962: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:1369:14) at Module._extensions..js (node:internal/modules/cjs/loader:1427:10) at Module.load (node:internal/modules/cjs/loader:1206:32) at Module._load (node:internal/modules/cjs/loader:1022:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12) { status: 2, signal: null, output: [ null, null, null ], pid: 7926, stdout: null, stderr: null } Node.js v20.12.2