diff options
author | isaacs <i@izs.me> | 2011-12-01 10:49:07 -0800 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2011-12-01 21:12:17 +0100 |
commit | d5f401147acb3fe409f303d3b1e0571cde33611e (patch) | |
tree | fab581019778fc2884b44e8954372ba39039ae4a /tools | |
parent | 61764613d1b7b54788c3954735cbbdcb078e295d (diff) | |
download | nodejs-d5f401147acb3fe409f303d3b1e0571cde33611e.tar.gz nodejs-d5f401147acb3fe409f303d3b1e0571cde33611e.tar.bz2 nodejs-d5f401147acb3fe409f303d3b1e0571cde33611e.zip |
Re #2207 Add default npmrc for MSI install
Diffstat (limited to 'tools')
-rw-r--r-- | tools/msvs/msi/npmrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/msvs/msi/npmrc b/tools/msvs/msi/npmrc new file mode 100644 index 000000000..2636a6ad3 --- /dev/null +++ b/tools/msvs/msi/npmrc @@ -0,0 +1 @@ +prefix = ${APPDATA}\npm |