Skip to content

Instantly share code, notes, and snippets.

@kriszyp
Created May 13, 2010 17:37
Show Gist options
  • Save kriszyp/400115 to your computer and use it in GitHub Desktop.
Save kriszyp/400115 to your computer and use it in GitHub Desktop.
bash-3.2# make install
./cli.js --auto-activate always install .
npm configfile /Users/kriszyp/.npmrc
npm sudo true
npm cli [ '--auto-activate', 'always', 'install', '.' ]
npm install pkg .
npm install local .
npm readJson package.json
npm testEngine required: node ">=0.1.91"
npm packTar . /usr/local/lib/node/.npm/.cache/npm/0.1.8/package.tgz
npm exec tar "czf" "/usr/local/lib/node/.npm/.cache/npm/0.1.8/package.tgz" "--exclude" ".git" "isaacs-npm-22598b1"
npm exec tar "xzf" "/usr/local/lib/node/.npm/.cache/npm/0.1.8/package.tgz" "--strip" "1" "-C" "/usr/local/lib/node/.npm/.cache/npm/0.1.8/package"
npm readJson /usr/local/lib/node/.npm/.cache/npm/0.1.8/package/package.json
npm testEngine required: node ">=0.1.91"
npm buildAll About to unpack
npm unpack [ 'npm', '0.1.8' ]
npm readJson /usr/local/lib/node/.npm/.cache/npm/0.1.8/package.json
npm testEngine required: node ">=0.1.91"
npm exec tar "xzf" "/usr/local/lib/node/.npm/.cache/npm/0.1.8/package.tgz" "--strip" "1" "-C" "/usr/local/lib/node/.npm/npm/0.1.8/package"
npm build /usr/local/lib/node/.npm/npm/0.1.8/package
npm readJson /usr/local/lib/node/.npm/npm/0.1.8/package/package.json
npm testEngine required: node ">=0.1.91"
npm createMain ./npm
npm linkMain npm-0.1.8
npm linkMain clobbered, try again
npm linkMain npm-0.1.8
npm linkLib npm-0.1.8
npm linkBins npm-0.1.8
npm linkBin npm ./cli.js
npm linkBins succeeded
npm activate npm 0.1.8
npm readJson /usr/local/lib/node/.npm/npm/active/package/package.json
npm testEngine required: node ">=0.1.91"
npm lifecycle npm-0.1.8 deactivate
npm exec node "scripts/install-docs.js"
Error: Cannot find module './lib/utils/exec'
at loadModule (module:238:15)
at require (module:364:12)
at Object.<anonymous> (/usr/local/lib/node/.npm/npm/0.1.8/package/scripts/install-docs.js:7:12)
at Module._compile (module:385:23)
at module:413:20
at fs:52:23
at node.js:176:9
npm ! Error: Implicit deactivate failed.
npm null still active.
npm ! at /Users/kriszyp/Downloads/isaacs-npm-22598b1/lib/activate.js:45:16
npm ! at node.js:176:9
npm failure try running: 'npm help install'
npm failure or report this at <http://github.com/isaacs/npm/issues>
npm failure or email <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment