We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e2fd2 commit 08211b8Copy full SHA for 08211b8
cli/cmds/version.js
@@ -50,8 +50,10 @@ var list = function(args) {
50
hftVersion: packageInfo.version,
51
apiVersion: availableVersions[availableVersions.length - 1],
52
apiVersions: availableVersions,
53
+ nodeVersion: process.version,
54
}, undefined, " "));
55
} else {
56
+ console.log("nodeVersion: " + process.version);
57
console.log("hftVersion: " + packageInfo.version);
58
if (args.all) {
59
console.log("apiVersions: ");
0 commit comments