Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

windows: Create npm folder in AppData directory #8838

Closed
wants to merge 3 commits into from

Commits on Dec 8, 2014

  1. windows: 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.
    
    Fixes nodejs#8141
    Steven Rockarts authored and rockarts committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    2d82e4f View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2014

  1. windows: 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.
    
    Fixes nodejs#8141
    Steven Rockarts authored and rockarts committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    8f2ddde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0b7536 View commit details
    Browse the repository at this point in the history