Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created August 22, 2012 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacs/3427707 to your computer and use it in GitHub Desktop.
Save isaacs/3427707 to your computer and use it in GitHub Desktop.
C:\Windows\system32>npm -v
1.1.58
C:\Windows\system32>npm root -g
C:\Users\Isaac Schlueter\AppData\Roaming\npm\node_modules
C:\Windows\system32>npm install glob -g
npm http GET https://registry.npmjs.org/glob
npm http 200 https://registry.npmjs.org/glob
npm http GET https://registry.npmjs.org/glob/-/glob-3.1.12.tgz
npm http 200 https://registry.npmjs.org/glob/-/glob-3.1.12.tgz
npm http GET https://registry.npmjs.org/minimatch
npm http GET https://registry.npmjs.org/graceful-fs
npm http GET https://registry.npmjs.org/inherits
npm http 200 https://registry.npmjs.org/inherits
npm http GET https://registry.npmjs.org/inherits/-/inherits-1.0.0.tgz
npm http 200 https://registry.npmjs.org/graceful-fs
npm http GET https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.1.10.tgz
npm http 200 https://registry.npmjs.org/minimatch
npm http GET https://registry.npmjs.org/minimatch/-/minimatch-0.2.6.tgz
npm http 200 https://registry.npmjs.org/inherits/-/inherits-1.0.0.tgz
npm http 200 https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.1.10.tgz
npm http 200 https://registry.npmjs.org/minimatch/-/minimatch-0.2.6.tgz
npm http GET https://registry.npmjs.org/lru-cache
npm http 200 https://registry.npmjs.org/lru-cache
npm http GET https://registry.npmjs.org/lru-cache/-/lru-cache-2.0.1.tgz
npm http 200 https://registry.npmjs.org/lru-cache/-/lru-cache-2.0.1.tgz
glob@3.1.12 C:\Users\Isaac Schlueter\AppData\Roaming\npm\node_modules\glob
├── inherits@1.0.0
├── graceful-fs@1.1.10
└── minimatch@0.2.6 (lru-cache@2.0.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment