[WIP] .envで指定されているVVPPがなかったら確認後にインストールし、使えるようにするようにする #8126
Annotations
10 errors
Run npm run electron:build:
src/backend/common/ConfigManager.ts#L3
Duplicate identifier 'loadEnvEngineInfos'.
|
Run npm run electron:build:
src/backend/common/ConfigManager.ts#L17
Duplicate identifier 'loadEnvEngineInfos'.
|
Run npm run electron:build:
src/backend/electron/engineAndVvppController.ts#L25
Cannot find module '@/domain/defaultEngine' or its corresponding type declarations.
|
Run npm run electron:build:
src/backend/electron/engineAndVvppController.ts#L203
Parameter 'p' implicitly has an 'any' type.
|
Run npm run electron:build:
src/backend/electron/engineAndVvppController.ts#L203
Parameter 'index' implicitly has an 'any' type.
|
Run npm run electron:build:
src/backend/electron/manager/engineInfoManager.ts#L152
Argument of type '{ host: string; executionFilePath: string; executionArgs: string[]; executionEnabled: boolean; name: string; uuid: string & BRAND<"EngineId">; path?: string | undefined; }[]' is not assignable to parameter of type '{ host: string; executionFilePath: string; executionArgs: string[]; type: "path" | "downloadVvpp"; executionEnabled: boolean; name: string; uuid: string & BRAND<"EngineId">; path?: string | undefined; latestUrl?: string | undefined; }[]'.
|
Run npm run electron:build:
src/backend/electron/manager/engineInfoManager.ts#L158
Property 'type' does not exist on type '{ host: string; executionFilePath: string; executionArgs: string[]; executionEnabled: boolean; name: string; uuid: string & BRAND<"EngineId">; path?: string | undefined; }'.
|
Run npm run electron:build:
tests/unit/domain/defaultEngine/defaultEngine.node.spec.ts#L5
'"@/domain/defaultEngine/latetDefaultEngine"' has no exported member named 'fetchDefaultEngineInfos'. Did you mean 'fetchDefaultEngineUpdateInfo'?
|
Run npm run electron:build:
tests/unit/domain/defaultEngine/defaultEngine.node.spec.ts#L17
Cannot find name 'fetchDefaultEngineUpdateInfo'. Did you mean 'fetchDefaultEngineInfos'?
|
Run npm run electron:build
Process completed with exit code 1.
|
Loading