Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: nodejs/node-v0.x-archive#8141 PR: nodejs/node-v0.x-archive#8838 Reviewed-by: Bert Belder <bertbelder@gmail.com>
- Loading branch information