palantir/grunt-tslint

peer dependency does not allow installation of tslint@next

Closed this issue · 3 comments

According to the node-semver docs, a peer dependency on ^2.4.0 does not accept beta or dev releases of a different [major, minor, patch] tuple, in this case 2.5.0-dev.2.

^this...

"npm install grunt-tslint" gives error: "npm WARN EPEERINVALID grunt-tslint@2.5.0 requires a peer of tslint@>=2.5.0-beta but none was installed."

klmdb commented

This issue is still persistent.

We stopped publishing tslint@next with tslint v5. there's no longer a need to use it since tslint works with typescript@next