-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[@theia/browser:0.3.8] Building 0.38 based Theia application is failing #1621
Comments
I am able to resolve it with following change.
|
Hi @rajendra2 , I just recompiled the latest Theia master branch and I do not see this compilation error (your suggested fix might still be valid). Can you confirm it happens for you on the latest master? Which version of |
Also, which platform are you on running this build on? |
yes. I am on the latest master. I forked it some time back and synced with master yesterday. I am building on MacOS. ./node_modules/.bin/tsc --version node - v8.11.1 |
@rajendra2, could you please link your fork here? I must be blind and did not find it among the forks. I would like to reproduce the defect.
I am on |
We are on 2.7.2 atm : https://github.com/theia-ide/theia/blob/master/package.json#L36 |
@theia/editor: 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 run clean && yarn run build
lerna ERR! $ theiaext clean
lerna ERR! $ theiaext build
lerna ERR! [lint] theiaext lint exited with code 0
lerna ERR! [compile] src/browser/editor-decorations-service.ts(212,13): error TS2531: Object is possibly 'null'.
lerna ERR! [compile] theiaext compile exited with code 2
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 (/Users/rajendra/projects/deep-learning-envs/theia/node_modules/execa/index.js:236:11)
lerna ERR! at
lerna WARN complete Waiting for 3 child processes to exit. CTRL-C to exit immediately.
@theia/preferences: $ yarn run clean && yarn run build
The text was updated successfully, but these errors were encountered: