From e431cae7e70069cd1631081f9dca09990b948feb Mon Sep 17 00:00:00 2001 From: Steven Rockarts Date: Mon, 12 Jan 2015 23:06:06 +0100 Subject: [PATCH] win,msi: create npm folder in AppData directory Create the empty npm folder in Roaming\Appdata so that non-Administrator users have a place to store global packages. This fixes the error Error: ENOENT, stat error that occurs when a user tries to run the npm install command. Bug: https://github.com/joyent/node/issues/8141 PR: https://github.com/joyent/node/pull/8838 Reviewed-by: Bert Belder Please enter the commit message for your changes. Lines starting --- tools/msvs/msi/product.wxs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tools/msvs/msi/product.wxs b/tools/msvs/msi/product.wxs index 39170bc192ce52..ea14943772c0f4 100755 --- a/tools/msvs/msi/product.wxs +++ b/tools/msvs/msi/product.wxs @@ -46,6 +46,7 @@ + + @@ -184,6 +186,16 @@ + + + + + + + + + +