theia-xtext icon indicating copy to clipboard operation
theia-xtext copied to clipboard

variable 'DslClientContribution' used before declaration

Open zsoltmazlo opened this issue 7 years ago • 0 comments

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! [email protected] lint: `tslint -c ../tslint.json --project ./tsconfig.json`
npm ERR! Exit status 2
npm ERR! 
npm ERR! Failed at the [email protected] 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!

zsoltmazlo avatar Jun 21 '17 08:06 zsoltmazlo