Skip to content

Instantly share code, notes, and snippets.

@muloka
Created August 19, 2011 03:26
Show Gist options
  • Save muloka/1155957 to your computer and use it in GitHub Desktop.
Save muloka/1155957 to your computer and use it in GitHub Desktop.
info it worked if it ends with ok
verbose cli [ 'node',
verbose cli '/Users/muloka/src/npm/cli.js',
verbose cli 'install',
verbose cli '-g',
verbose cli '-f' ]
info using [email protected]
info using [email protected]
verbose config file /Users/muloka/.npmrc
verbose config file /Users/muloka/local/node/etc/npmrc
silly exec /Users/muloka/local/node/bin/node "/Users/muloka/src/npm/bin/npm-get-uid-gid.js" "nobody" 20
silly output from getuid/gid {"uid":-2,"gid":20}
silly output from getuid/gid
verbose mkdir exists /Users
silly stat(/Users) { dev: 234881026,
silly stat(/Users) ino: 344557,
silly stat(/Users) mode: 37871,
silly stat(/Users) nlink: 0,
silly stat(/Users) uid: 0,
silly stat(/Users) gid: 0,
silly stat(/Users) rdev: 80,
silly stat(/Users) size: 0,
silly stat(/Users) blksize: 0,
silly stat(/Users) blocks: 1264554270,
silly stat(/Users) atime: Thu, 01 Jan 1970 00:00:00 GMT,
silly stat(/Users) mtime: Thu, 01 Jan 1970 00:00:00 GMT,
silly stat(/Users) ctime: Thu, 01 Jan 1970 00:00:00 GMT }
verbose isDirectory() false
ERR! Error: Failed to mkdir /Users: File exists
ERR! at STATCB (/Users/muloka/src/npm/lib/utils/mkdir-p.js:168:14)
ERR! at cb (/Users/muloka/src/npm/node_modules/graceful-fs/graceful-fs.js:31:9)
ERR! Report this *entire* log at:
ERR! <http://github.com/isaacs/npm/issues>
ERR! or email it to:
ERR! <[email protected]>
ERR!
ERR! System Darwin 10.8.0
ERR! command "node" "/Users/muloka/src/npm/cli.js" "install" "-g" "-f"
ERR! cwd /Users/muloka/src/npm
ERR! node -v v0.5.5-pre
ERR! npm -v 1.0.26
verbose exit [ 1, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment