0.0.7 • Published 8 years ago

verify-node-version v0.0.7

Weekly downloads
1
License
MIT
Repository
-
Last release
8 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

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago