Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there a way programmatically to retrieve the current, running, NodeBB version number?
Thank you.
var packageData = require('./package.json'); console.log(packageData.version);
Thank you @baris . Your tip didn't get me precisely what I needed but it got me on the right path. This is what I was looking for: config.version
config.version