Check for current Node Version
process.version.match(/^v(\d+\.\d+)/)[1]
if process.version
is 'v0.11.5', then get 0.11
.
Look at process.version property.
process.version.match(/^v(\d+\.\d+)/)[1]
if process.version
is 'v0.11.5', then get 0.11
.
Look at process.version property.