nvr
v1.0.0
Published
Quick way to scrap the latest node version available.
Maintainers
Readme
Install
$ npm install --save nvrUsage
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
