I want to display my current node.js version inside my app.
How can I do it programmatically?
To get the version of node.js inside the app, you can use process
process
console.log(process.version)
It shows your node.js version