nuno hat die Gist bearbeitet 3 weeks ago. Zu Änderung gehen
1 file changed, 25 insertions
gistfile1.txt(Datei erstellt)
| @@ -0,0 +1,25 @@ | |||
| 1 | + | tg-bot-ts-dev | [PollUI] Failed to load layout default.ts: src/ui/poll/layouts/default.ts(7,41): error TS2305: Module '"@types"' has no exported member 'WRankEntry'. | |
| 2 | + | tg-bot-ts-dev | | |
| 3 | + | tg-bot-ts-dev | [PollUI] Failed to load layout side-by-side.ts: src/ui/poll/layouts/side-by-side.ts(7,41): error TS2305: Module '"@types"' has no exported member 'WRankEntry'. | |
| 4 | + | tg-bot-ts-dev | | |
| 5 | + | tg-bot-ts-dev | /app/node_modules/ts-node/src/index.ts:859 | |
| 6 | + | tg-bot-ts-dev | return new TSError(diagnosticText, diagnosticCodes, diagnostics); | |
| 7 | + | tg-bot-ts-dev | ^ | |
| 8 | + | tg-bot-ts-dev | TSError: ⨯ Unable to compile TypeScript: | |
| 9 | + | tg-bot-ts-dev | src/subcommands/rank/post.ts(34,42): error TS2345: Argument of type 'SerializableWRankEntry' is not assignable to parameter of type 'WRankEntry'. | |
| 10 | + | tg-bot-ts-dev | Property 'character' is missing in type 'SerializableWRankEntry' but required in type 'WRankEntry'. | |
| 11 | + | tg-bot-ts-dev | src/subcommands/rank/post.ts(35,43): error TS2345: Argument of type 'SerializableWRankEntry' is not assignable to parameter of type 'WRankEntry'. | |
| 12 | + | tg-bot-ts-dev | Property 'character' is missing in type 'SerializableWRankEntry' but required in type 'WRankEntry'. | |
| 13 | + | tg-bot-ts-dev | | |
| 14 | + | tg-bot-ts-dev | at createTSError (/app/node_modules/ts-node/src/index.ts:859:12) | |
| 15 | + | tg-bot-ts-dev | at reportTSError (/app/node_modules/ts-node/src/index.ts:863:19) | |
| 16 | + | tg-bot-ts-dev | at getOutput (/app/node_modules/ts-node/src/index.ts:1077:36) | |
| 17 | + | tg-bot-ts-dev | at Object.compile (/app/node_modules/ts-node/src/index.ts:1433:41) | |
| 18 | + | tg-bot-ts-dev | at Module.m._compile (/app/node_modules/ts-node/src/index.ts:1617:30) | |
| 19 | + | tg-bot-ts-dev | at node:internal/modules/cjs/loader:1913:10 | |
| 20 | + | tg-bot-ts-dev | at Object.require.extensions.<computed> [as .ts] (/app/node_modules/ts-node/src/index.ts:1621:12) | |
| 21 | + | tg-bot-ts-dev | at Module.load (node:internal/modules/cjs/loader:1505:32) | |
| 22 | + | tg-bot-ts-dev | at Function._load (node:internal/modules/cjs/loader:1309:12) | |
| 23 | + | tg-bot-ts-dev | at wrapModuleLoad (node:internal/modules/cjs/loader:254:19) { | |
| 24 | + | tg-bot-ts-dev | diagnosticCodes: [ 2345, 2345 ] | |
| 25 | + | tg-bot-ts-dev | } | |
Neuer
Älter