nodeversioncheck
v1.0.0
Published
Will exit the process with code 1 if the node version running is not compatible with the one specified in package.json of working directory
Keywords
Readme
Node version check
Installation
npm install nodeversioncheckUsage
require("nodeversioncheck");Will exit the process with code 1 if the node version running is not compatible with the one specified in package.json of working directory
