nvr
v1.0.0
Published
Quick way to scrap the latest node version available.
Downloads
2
Maintainers
Readme
Install
$ npm install --save nvr
Usage
const nodeversion = require('nvr');
nodeversion().then(res => {
console.log(res);
// => { version: '10.5.0' }
});
Related
Veno
:
Blazing fast node version comparer!
License
MIT © Rishi Giri