eslint-plugin-vue-pug-sfc
eslint-plugin-vue-pug-sfc copied to clipboard
Any chances to support node 14?
Request / Idea
I currently have a project with running in old node version (14) and would love to use this package there.
When I currently install it I receive an error:
error [email protected]: The engine "node" is incompatible with this module. Expected version ">= 16.9.0". Got "14.19.0"
Is it possible to support node 14 somehow?
This should not be an error but only a warning for devs working on the project 🤔
https://github.com/Shinigami92/eslint-plugin-vue-pug-sfc/blob/e6f6616581823a7a88c7db11115a9feff7964499/package.json#L69
I also do not have set engineStrict
Unless the user has set the engine-strict config flag, this field is advisory only and will only produce warnings when your package is installed as a dependency.
So everything should work fine.
Last time I checked, node 16.9 is the lowest version that support corepack, that is the reason why I limited the version.
But seems that they back-ported it also now to 14.19 👀
So feel free to open a PR and lower it to that version 🙂