Skip to content

Releases: janpaepke/check-node-types

v1.0.0

13 Feb 17:18

Choose a tag to compare

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 install command to fix it
  • CI-friendly — exit codes (0/1/2), --json output, --quiet mode
  • Zero runtime dependencies — everything bundled into a single file

Usage

npx check-node-types

See the README for full documentation.