Closed JohnAlbin closed 2 years ago
As discussed here it's a version we ended up for a reason I don't remember any more, somehow left undocumented.
I'll look into this soon. Sorry for the delay, the notification slipped from my radar. Been kinda busy.
@JohnAlbin Thanks for the issue. This is now fixed. Sorry again for it taking it so long.
I'm on Node.js v14 and receive this warning during install:
The warning is due to this project's
"engines": { "node": ">=15.14.0" },
restriction.The non-forked version of gulp-stylelint uses:
According to Node's release page, Node 12, 14, 16, and 17 are the supported releases. Only the latest odd-numbered release is supported, so v15 isn't on its officially supported list.
What's the reason for not supporting the Node.js v12 and v14 releases?