Commit e431cae7 authored by Steven Rockarts's avatar Steven Rockarts Committed by Bert Belder
Browse files

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
<package> command.

Bug: https://github.com/joyent/node/issues/8141
PR: https://github.com/joyent/node/pull/8838


Reviewed-by: default avatarBert Belder <bertbelder@gmail.com>

Please enter the commit message for your changes. Lines starting
parent 42ebdcbf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment