Nodejs version

From wikinotes
Revision as of 20:51, 31 July 2021 by Will (talk | contribs) (Created page with " = NodeJS info = <blockquote> <syntaxhighlight lang="javascript"> const process = require('process'); process.version // 'v10.1.1' </syntaxhighlight> </blockquote><!-- NodeJ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

NodeJS info

const process = require('process');

process.version  // 'v10.1.1'