Skip to content

Instantly share code, notes, and snippets.

@evadne
Created August 9, 2010 00:32
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 evadne/514743 to your computer and use it in GitHub Desktop.
Save evadne/514743 to your computer and use it in GitHub Desktop.
/Works/Code/isaacs-npm (master) $ sudo make dev
Password:
./cli.js install .
npm it worked if it ends with ok
npm cli [ 'install', '.' ]
npm version 0.1.23
npm config file /Volumes/Data/.npmrc
npm config file /usr/local/etc/npmrc
npm install pkg .
npm install local .
npm packTar . /usr/local/lib/node/.npm/.cache/npm/0.1.23/package.tgz
npm exec tar "czf" "/usr/local/lib/node/.npm/.cache/npm/0.1.23/package.tgz" "--exclude" ".git" "-X" "/Volumes/Data/Works/Code/isaacs-npm/.npmignore" "isaacs-npm"
npm exec tar "xzf" "/usr/local/lib/node/.npm/.cache/npm/0.1.23/package.tgz" "--strip-components=1" "-C" "/usr/local/lib/node/.npm/.cache/npm/0.1.23/package"
npm ! Error: npm@0.1.23 not compatible with node@0.1.92
at Continue (/Volumes/Data/Works/Code/isaacs-npm/lib/install.js:93:43)
at /Volumes/Data/Works/Code/isaacs-npm/lib/cache.js:172:11
at node.js:164:9
npm failure try running: 'npm help install'
npm failure Report this *entire* log at <http://github.com/isaacs/npm/issues>
npm failure or email it to <npm-@googlegroups.com>
npm not ok
make: *** [dev] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment