1.0.0 • Published 3 years ago

npm-check-engine v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

npm-check-engine

A quick way to check if the currently used engine is supported.

Result example

 eslint-plugin-jsdoc 36.0.7 doesn't support engine 14.13.1 (^12.20 || ^14.14.0 || ^16)
 eslint-plugin-jsdoc 36.0.7 -> @es-joy/jsdoccomment 0.10.7 doesn't support engine 14.13.1 (^12.20 || ^14.14.0 || ^16)

Setup

To install from npm run:

npm install npm-check-engine --save-dev

Add a package.json script:

{
  "scripts": {
    "npm-check-engine": "npm-check-engine"
  }
}

Then run the script to get the install size of the packages:

npm run npm-check-engine

Cli

  • The npx npm-check-engine script is handy for finding the install size of packages.
npx npm-check-engine