theia-ide / theia-xtext

A Theia Application with DSL support through an Xtext Language Server
Apache License 2.0
29 stars 13 forks source link

variable 'DslClientContribution' used before declaration #3

Open zsoltmazlo opened 7 years ago

zsoltmazlo commented 7 years ago

Hi,

During building the theia-dsl-extension, I run into the following problem:

ERROR: /media/dev/git/theia-xtext/theia-dsl-extension/src/browser/frontend-extension.ts[17, 69]: variable 'DslClientContribution' used before declaration
ERROR: /media/dev/git/theia-xtext/theia-dsl-extension/src/node/backend-extension.ts[13, 69]: variable 'DSLContribution' used before declaration

npm ERR! Linux 4.2.0-30-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "lint"
npm ERR! node v7.10.0
npm ERR! npm  v4.2.0
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! theia-dsl-extension@1.0.0 lint: `tslint -c ../tslint.json --project ./tsconfig.json`
npm ERR! Exit status 2
npm ERR! 
npm ERR! Failed at the theia-dsl-extension@1.0.0 lint script 'tslint -c ../tslint.json --project ./tsconfig.json'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the theia-dsl-extension package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     tslint -c ../tslint.json --project ./tsconfig.json
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs theia-dsl-extension
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls theia-dsl-extension
npm ERR! There is likely additional logging output above.

Here is the log file regarding this problem: 2017-06-21T08_12_22_370Z-debug.txt

Thanks for your time!