From 016f24dcfe85ab9a93cf040f3486b88c606113f1 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 26 Oct 2010 18:22:27 -0700 Subject: Show the node version for debugging power --- cli.js | 1 + 1 file changed, 1 insertion(+) (limited to 'cli.js') diff --git a/cli.js b/cli.js index 90d3deb09..e977f48cd 100755 --- a/cli.js +++ b/cli.js @@ -53,6 +53,7 @@ if (printVersion) { sys.puts(npm.version) process.exit(0) } else log("npm@"+npm.version, "using") +log("node@"+process.version, "using") // make sure that this version of node works with this version of npm. var semver = require("./lib/utils/semver") -- cgit v1.2.3