0.2.3 • Published 2 years ago

@evalrmrf/node_v v0.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

node_v

A CLI tool to check compatibility of your system NodeJS and (or) NPM versions with your project engines

Why?

The behaviour of your project may depend on particular versions of NodeJS and NPM.

Engines field in package.json allows you to define specific versions of NodeJS and NPM which are compatible with your project. The documentation of engines field.

How to check compatibility of user's NodeJS or NPM versions?

One of the receipts is to create .npmrc file and put there engine-strict=true like in the example. This receipt works perfectly for npm i command, but doesn't work with npm ci command.

How to use

npx @evalrmrf/node_v check

List of available commands

node_v [command]
    
Available Commands:

    check       check both nodejs and npm versions  
    node        check nodejs version  
    npm         check npm version  
    help        display help menu
    version     display node_v version
    system      display OS nodejs and npm versions"
0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago