The .travis.yml for each branch should be a good indicator of compatibility in general.
Getting Version Number
-
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
Suggested Topics
-
Unsolved Getting Error while searching an User
Technical Support • • Andi
Copyright © 2022 NodeBB | Contributors