Force the user to run the latest version of node.js (thru nagging)
Install
$ npm install nagger
Install nagger globally :
$ npm install --global nagger
Usage
$ nagger
OR
// Are we running the latest version of Node?
Prints out to the terminal :
┌────────────────────────────────────────────────┐
│ WARNING: Installed Node version is out-of-date │
│ │
│ Current : 5.5.0 Latest : 6.2.0 │
└────────────────────────────────────────────────┘
License
MIT. Copyright (c) Feross Aboukhadijeh.