ember-template-lint / ember-cli-template-lint

Ember CLI integration for ember-template-lint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warnings in yarn install

DuBistKomisch opened this issue · comments

I get these on most yarn operations while ember-cli-template-lint is installed:

warning "broccoli-tslinter@2.0.1" has unmet peer dependency "typescript@^2.0.0".
warning "broccoli-tslinter@2.0.1" has unmet peer dependency "tslint@^4.0.2".
warning "broccoli-typescript-compiler@0.6.2" has unmet peer dependency "typescript@^1.6.2 || ^1.7.0 || ^1.8.0 || ^1.9.0-dev || ^2.0.0 || ^2.0.0-dev || ^2.1.0-dev || next".

These seem to be dependencies of ember-cli-template-lint#ember-template-lint#glimmer-engine, so I'm guessing it'll just be resolved by dependency updates flowing through at some point?

Should be resolved now.

Yep, seems to be, thanks!

Awesome, thanks for confirming!