0.0.7 • Published 10 years ago

verify-node-version v0.0.7

Weekly downloads
1
License
MIT
Repository
-
Last release
10 years ago

verify-node-version

A super simple module that checks a user's node/npm versions against your .nvmrc and .npmrc.

Usage

import verifyNodeVersion from 'verify-node-version';

verifyNodeVersion();

If the versions match, the function returns undefined. If the versions don't match, it will display a pretty little explanation and process.exit(1).

> npm start
>
> The required node version is 5.9.1 and you're currently running 6.7.0
0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago