jomarko commented on PR #2726: URL: https://github.com/apache/incubator-kie-tools/pull/2726#issuecomment-2475527949
### kie-tools-examples-micro-frontends-multuplying-architecture-todo-list-view-vscode-extension Similar issues as base64png vscode extension package ``` │ [run-script-if] Finished 'pnpm build' └─ Done in 9s packages/editor build:dev$ rimraf dist && pnpm copy:css && tsc -p tsconfig.json │ > @kie-tools-core/[email protected] copy:css /home/jomarko/kie-tools/packages/editor │ > copyfiles -u 1 "src/**/*.{sass,scss,css}" dist/ └─ Done in 9.2s packages/vscode-extension build:dev$ rimraf dist && tsc -p tsconfig.json │ src/workspace/VsCodeResourceContentServiceForWorkspaces.ts(33,27): error TS2307: Cannot find module 'isomorphic-git' or its corresponding type declarations. │ src/workspace/VsCodeResourceContentServiceForWorkspaces.ts(81,10): error TS7006: Parameter 'p' implicitly has an 'any' type. └─ Failed in 6.1s at /home/jomarko/kie-tools/packages/vscode-extension /home/jomarko/kie-tools/packages/vscode-extension: ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL @kie-tools-core/[email protected] build:dev: `rimraf dist && tsc -p tsconfig.json` Exit status 2 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
