-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsc_errors.log
More file actions
9 lines (9 loc) · 2.38 KB
/
tsc_errors.log
File metadata and controls
9 lines (9 loc) · 2.38 KB
1
2
3
4
5
6
7
8
9
src/app/dashboard/skill/[id]/page.tsx(18,10): error TS2724: '"@stacks/network"' has no exported member named 'StacksTestnet'. Did you mean 'STACKS_TESTNET'?
src/lib/prisma.ts(2,22): error TS7016: Could not find a declaration file for module 'pg'. 'C:/Users/HELLO/.gemini/antigravity/scratch/hive/node_modules/pg/esm/index.mjs' implicitly has an 'any' type.
Try `npm i --save-dev @types/pg` if it exists or add a new declaration (.d.ts) file containing `declare module 'pg';`
src/lib/sdk/index.ts(153,7): error TS2339: Property 'uint' does not exist on type '{ default: typeof import("C:/Users/HELLO/.gemini/antigravity/scratch/hive/node_modules/@stacks/transactions/dist/index"); BytesReader: typeof BytesReader; emptyMessageSignature: () => MessageSignatureWire; ... 259 more ...; Address: typeof import("C:/Users/HELLO/.gemini/antigravity/scratch/hive/node_modules/@stacks/...'.
src/lib/sdk/index.ts(154,7): error TS2339: Property 'principal' does not exist on type '{ default: typeof import("C:/Users/HELLO/.gemini/antigravity/scratch/hive/node_modules/@stacks/transactions/dist/index"); BytesReader: typeof BytesReader; emptyMessageSignature: () => MessageSignatureWire; ... 259 more ...; Address: typeof import("C:/Users/HELLO/.gemini/antigravity/scratch/hive/node_modules/@stacks/...'.
src/lib/sdk/index.ts(155,7): error TS2339: Property 'stringUtf8' does not exist on type '{ default: typeof import("C:/Users/HELLO/.gemini/antigravity/scratch/hive/node_modules/@stacks/transactions/dist/index"); BytesReader: typeof BytesReader; emptyMessageSignature: () => MessageSignatureWire; ... 259 more ...; Address: typeof import("C:/Users/HELLO/.gemini/antigravity/scratch/hive/node_modules/@stacks/...'.
src/lib/sdk/index.ts(157,13): error TS2339: Property 'StacksTestnet' does not exist on type '{ default: typeof import("C:/Users/HELLO/.gemini/antigravity/scratch/hive/node_modules/@stacks/network/dist/index"); whenTransactionVersion(transactionVersion: TransactionVersion): <T>(map: Record<...>) => T; ... 15 more ...; StacksNetworks: readonly [...]; }'.
src/lib/sdk/openclaw-blueprint.ts(14,44): error TS2345: Argument of type '{ skillId: string; agentAddress: string; signature: string; challenge: string; }' is not assignable to parameter of type 'IngestOptions'.
Property 'publicKey' is missing in type '{ skillId: string; agentAddress: string; signature: string; challenge: string; }' but required in type 'IngestOptions'.