From bf43cad74b63531ec5f9763aafa8cbfa17c1b5c7 Mon Sep 17 00:00:00 2001 From: Cuong Vo Date: Mon, 11 Nov 2013 13:40:28 -0500 Subject: [PATCH] Added NodeJs root install directory to user PATH for globally installed modules --- nodejs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/nodejs.json b/nodejs.json index 8e43d59ab7..62b327d8f7 100644 --- a/nodejs.json +++ b/nodejs.json @@ -24,5 +24,6 @@ ] } }, + "env_add_path": "\\", "bin": [ "node.exe", "npm.cmd" ] }