Created
January 26, 2013 00:48
-
-
Save ryanneufeld/4639285 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm info it worked if it ends with ok | |
| npm verb cli [ '/usr/local/bin/node', | |
| npm verb cli '/usr/local/bin/npm', | |
| npm verb cli 'install', | |
| npm verb cli '--verbose' ] | |
| npm info using npm@1.1.48 | |
| npm info using node@v0.8.6 | |
| npm verb config file /root/.npmrc | |
| npm verb config file /usr/local/etc/npmrc | |
| npm verb config file /usr/local/lib/node_modules/npm/npmrc | |
| npm verb read json /usr/local/node-syslog/package.json | |
| npm verb readDependencies using package.json deps | |
| npm verb install where, deps [ '/usr/local/node-syslog', [] ] | |
| npm verb from cache /usr/local/node-syslog/package.json | |
| npm info preinstall node-syslog@1.1.7 | |
| npm verb from cache /usr/local/node-syslog/package.json | |
| npm verb readDependencies using package.json deps | |
| npm info build /usr/local/node-syslog | |
| npm verb from cache /usr/local/node-syslog/package.json | |
| npm verb linkStuff [ false, false, false, '/usr/local' ] | |
| npm info linkStuff node-syslog@1.1.7 | |
| npm verb linkBins node-syslog@1.1.7 | |
| npm verb linkMans node-syslog@1.1.7 | |
| npm verb rebuildBundles node-syslog@1.1.7 | |
| npm info install node-syslog@1.1.7 | |
| npm WARN cannot run in wd node-syslog@1.1.7 node-gyp rebuild (wd=/usr/local/node-syslog) | |
| npm info postinstall node-syslog@1.1.7 | |
| npm verb exit [ 0, true ] | |
| npm info ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment