icon

いったん

Attach image
icon

ありゃ?

Scope: 7 of 8 workspace projects
packages/misskey-bubble-game build$ node ./build.js
x [misskey-bubble-game] start building...
x [misskey-bubble-game] build succeeded.
x src/game.ts(7,25): error TS7016: Could not find a declaration file for module 'matter-js'. '/home/misskey/misskey/node…
x   Try `npm i --save-dev @types/matter-js` if it exists or add a new declaration (.d.ts) file containing `declare modul…
x src/game.ts(8,24): error TS7016: Could not find a declaration file for module 'seedrandom'. '/home/misskey/misskey/nod…
x   Try `npm i --save-dev @types/seedrandom` if it exists or add a new declaration (.d.ts) file containing `declare modu…
x src/game.ts(365,39): error TS7006: Parameter 'x' implicitly has an 'any' type.
x src/game.ts(365,110): error TS7006: Parameter 'x' implicitly has an 'any' type.
x file:///home/misskey/misskey/node_modules/.pnpm/execa@8.0.1/node_modules/execa/lib/error.js:60
x }             error = new Error(message);
x Node.js v20.11        ^
x Error: Command failed with exit code 2: tsc --project tsconfig.json --outDir built --declaration true --emitDeclaratio…
x     at makeError (file:///home/misskey/misskey/node_modules/.pnpm/execa@8.0.1/node_modules/execa/lib/error.js:60:11)
x     at handlePromise (file:///home/misskey/misskey/node_modules/.pnpm/execa@8.0.1/node_modules/execa/index.js:124:26)
x     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
x     at async buildSrc (file:///home/misskey/misskey/packages/misskey-bubble-game/build.js:50:3)
x     at async file:///home/misskey/misskey/packages/misskey-bubble-game/build.js:32:2 {
x   shortMessage: 'Command failed with exit code 2: tsc --project tsconfig.json --outDir built --declaration true --emit…
x   command: 'tsc --project tsconfig.json --outDir built --declaration true --emitDeclarationOnly true',
x   escapedCommand: 'tsc --project tsconfig.json --outDir built --declaration true --emitDeclarationOnly true',
x   exitCode: 2,
x   signal: undefined,
x   signalDescription: undefined,
x   stdout: undefined,
x   stderr: undefined,
x   cwd: '/home/misskey/misskey/packages/misskey-bubble-game',
x   failed: true,
x   timedOut: false,
x   isCanceled: false,
x   killed: false
x }
x Node.js v20.11.0
mq Failed in 1.1s at /home/misskey/misskey/packages/misskey-bubble-game
packages/misskey-reversi build$ node ./build.js
x [misskey-reversi] start building...
x [misskey-reversi] build succeeded.
x [misskey-reversi] finish building.
mq Done in 1s
packages/misskey-js build$ node ./build.js
x [misskey-js] start building...
x [misskey-js] build succeeded.
mq Running...
/home/misskey/misskey/packages/misskey-bubble-game:
 ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  misskey-bubble-game@0.0.1 build: `node ./build.js`
Exit status 1
 ELIFECYCLE  Command failed with exit code 1.