Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AndrienkoAleksandr/9f3dc2a5a18d5e6fb53e8b432061549c to your computer and use it in GitHub Desktop.
Save AndrienkoAleksandr/9f3dc2a5a18d5e6fb53e8b432061549c to your computer and use it in GitHub Desktop.
eclipse-che/theia-plugin-ext: error Command failed with exit code 1.
@eclipse-che/theia-plugin-ext: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@eclipse-che/theia-plugin-ext: error Command failed with exit code 1.
lerna ERR! execute callback with error
lerna ERR! Error: Command failed: yarn run prepare
lerna ERR! error Command failed with exit code 1.
lerna ERR! error Command failed with exit code 1.
lerna ERR!
lerna ERR! $ yarn clean && yarn build
lerna ERR! $ rimraf lib
lerna ERR! $ concurrently -n "format,lint,compile" -c "red,green,blue" "yarn format" "yarn lint" "yarn compile" && yarn run compileWorker
lerna ERR! [format] $ tsfmt -r --useTsfmt ../../configs/tsfmt.json
lerna ERR! [lint] $ tslint -c ../../configs/tslint.json --project tsconfig.json
lerna ERR! [compile] $ tsc
lerna ERR! [format] yarn format exited with code 0
lerna ERR! [lint] yarn lint exited with code 0
lerna ERR! [compile] src/node/che-task-service.ts(43,42): error TS2345: Argument of type 'import("/projects/theia/che/che-theia/node_modules/@theia/task/lib/common/task-protocol").TaskConfiguration' is not assignable to parameter of type 'import("/projects/theia/che/che-theia/extensions/eclipse-che-theia-plugin/src/che").TaskConfiguration'.
lerna ERR! [compile] Property '_scope' is missing in type 'TaskConfiguration'.
lerna ERR! [compile] src/plugin/che-task-impl.ts(37,43): error TS2345: Argument of type 'import("/projects/theia/che/che-theia/node_modules/@theia/task/lib/common/task-protocol").TaskConfiguration' is not assignable to parameter of type 'import("/projects/theia/che/che-theia/extensions/eclipse-che-theia-plugin/src/che").TaskConfiguration'.
lerna ERR! [compile] error Command failed with exit code 2.
lerna ERR! [compile] info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
lerna ERR! [compile] yarn compile exited with code 1
lerna ERR! info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
lerna ERR! info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
lerna ERR!
lerna ERR! at Promise.all.then.arr (/projects/theia/node_modules/lerna/node_modules/execa/index.js:236:11)
lerna ERR! at <anonymous>
lerna WARN complete Waiting for 1 child process to exit. CTRL-C to exit immediately.
^C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment