warning "tslint-microsoft-contrib@5.0.0" has incorrect peer dependency "tsutils@1.6.0".
Closed this issue · 3 comments
Deleted user commented
We're seeing warning "tslint-microsoft-contrib@5.0.0" has incorrect peer dependency "tsutils@1.6.0".
in the output while installing tslint-config-airbnb
with yarn
.
In npm
we get npm WARN tslint-microsoft-contrib@5.0.0 requires a peer of tsutils@1.6.0 but none was installed.
progre commented
I think peer dependency needs to be installed on your project dependencies.
Deleted user commented
Looks like this came up in microsoft/tslint-microsoft-contrib#373.
A fix has been submitted but not yet released - microsoft/tslint-microsoft-contrib@d33dbf6
progre commented
It will be fixed when tslint-microsoft-contrib is released.