Nodejs version: Difference between revisions

From wikinotes
(Created page with " = NodeJS info = <blockquote> <syntaxhighlight lang="javascript"> const process = require('process'); process.version // 'v10.1.1' </syntaxhighlight> </blockquote><!-- NodeJ...")
(No difference)

Revision as of 20:51, 31 July 2021

NodeJS info

const process = require('process');

process.version  // 'v10.1.1'