With the most recent release of this package, I'm no longer able to run eslint for my project without it failing. This is tough, because my team runs it on build as part of our CI tooling (currently using node version 5.12.0). Doesn't seem like NPM tries to resolve packages based on engine versions, either.
It looks like this was intentional– but I'm curious why there wasn't a major version increment for it?
As an aside: this particular package is one that we should be updating to used fix versions but haven't yet.
Thanks for maintaining this project! Would be glad to help out with any potential solutions you all would be interested in.
With the most recent release of this package, I'm no longer able to run
eslintfor my project without it failing. This is tough, because my team runs it on build as part of our CI tooling (currently using node version5.12.0). Doesn't seem like NPM tries to resolve packages based on engine versions, either.It looks like this was intentional– but I'm curious why there wasn't a major version increment for it?
As an aside: this particular package is one that we should be updating to used fix versions but haven't yet.
Thanks for maintaining this project! Would be glad to help out with any potential solutions you all would be interested in.