editorconfig-tools icon indicating copy to clipboard operation
editorconfig-tools copied to clipboard

Document supported Node.js version

Open mcandre opened this issue 9 years ago • 1 comments

Please clarify which Node.js versions are supported by editorconfig-tools!

  • [ ] package.json -> "engine" key
  • [ ] .node-version file

editorconfig-tools appears to work with Node.js 4.5 on my machine

mcandre avatar Dec 04 '16 19:12 mcandre

node 14 fails with:

$ editorconfig-tools check rules/*.yml
fs.js:40
} = primordials;

glensc avatar Feb 06 '22 16:02 glensc