Releases: janpaepke/check-node-types
Releases · janpaepke/check-node-types
v1.0.0
Initial release of check-node-types — a CLI tool that verifies your @types/node major version matches your target Node.js version.
Features
- Multi-source support — read Node.js version from
engines.node,volta.node,.nvmrc, or.node-version - Actionable output — on mismatch, suggests the exact
npm installcommand to fix it - CI-friendly — exit codes (0/1/2),
--jsonoutput,--quietmode - Zero runtime dependencies — everything bundled into a single file
Usage
npx check-node-typesSee the README for full documentation.