Created
February 16, 2012 01:03
-
-
Save johnmdonahue/1840473 to your computer and use it in GitHub Desktop.
[email protected] Install Fail
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
# [email protected] OK: | |
jmd@mba ~/projects/test $ npm install [email protected] | |
npm http GET https://registry.npmjs.org/vows/0.6.0 | |
npm http 304 https://registry.npmjs.org/vows/0.6.0 | |
npm http GET https://registry.npmjs.org/eyes | |
npm http 304 https://registry.npmjs.org/eyes | |
npm WARN [email protected] dependencies field should be hash of <name>:<version-range> pairs | |
[email protected] ./node_modules/vows | |
└── [email protected] | |
# [email protected] FAILS: | |
jmd@mba ~/projects/test $ npm install [email protected] | |
npm http GET https://registry.npmjs.org/vows/0.6.1 | |
npm http 304 https://registry.npmjs.org/vows/0.6.1 | |
npm ERR! error installing [email protected] | |
npm ERR! Error: ENOENT, no such file or directory '/Users/jmd/projects/test/node_modules/vows/package.json' | |
npm ERR! You may report this log at: | |
npm ERR! <http://github.com/isaacs/npm/issues> | |
npm ERR! or email it to: | |
npm ERR! <[email protected]> | |
npm ERR! | |
npm ERR! System Darwin 11.3.0 | |
npm ERR! command "node" "/usr/local/bin/npm" "install" "[email protected]" | |
npm ERR! cwd /Users/jmd/projects/test | |
npm ERR! node -v v0.6.9 | |
npm ERR! npm -v 1.1.0-3 | |
npm ERR! path /Users/jmd/projects/test/node_modules/vows/package.json | |
npm ERR! code ENOENT | |
npm ERR! message ENOENT, no such file or directory '/Users/jmd/projects/test/node_modules/vows/package.json' | |
npm ERR! errno {} | |
npm ERR! | |
npm ERR! Additional logging details can be found in: | |
npm ERR! /Users/jmd/projects/test/npm-debug.log | |
npm not ok | |
# Vows from Git FAILS: | |
jmd@mba ~/projects/test $ npm install https://github.com/cloudhead/vows.git | |
npm http GET https://github.com/cloudhead/vows.git | |
npm http 404 https://github.com/cloudhead/vows.git | |
npm ERR! couldn't unpack /var/folders/nl/21pymjpd2b1fn7qrc5dkl0g00000gn/T/npm-1329353955556/1329353955556-0.08368572685867548/tmp.tgz to /var/folders/nl/21pymjpd2b1fn7qrc5dkl0g00000gn/T/npm-1329353955556/1329353955556-0.08368572685867548 | |
npm ERR! Error: ENOENT, no such file or directory '/var/folders/nl/21pymjpd2b1fn7qrc5dkl0g00000gn/T/npm-1329353955556/1329353955556-0.08368572685867548/package/package.json' | |
npm ERR! You may report this log at: | |
npm ERR! <http://github.com/isaacs/npm/issues> | |
npm ERR! or email it to: | |
npm ERR! <[email protected]> | |
npm ERR! | |
npm ERR! System Darwin 11.3.0 | |
npm ERR! command "node" "/usr/local/bin/npm" "install" "https://github.com/cloudhead/vows.git" | |
npm ERR! cwd /Users/jmd/projects/test | |
npm ERR! node -v v0.6.9 | |
npm ERR! npm -v 1.1.0-3 | |
npm ERR! path /var/folders/nl/21pymjpd2b1fn7qrc5dkl0g00000gn/T/npm-1329353955556/1329353955556-0.08368572685867548/package/package.json | |
npm ERR! code ENOENT | |
npm ERR! message ENOENT, no such file or directory '/var/folders/nl/21pymjpd2b1fn7qrc5dkl0g00000gn/T/npm-1329353955556/1329353955556-0.08368572685867548/package/package.json' | |
npm ERR! errno {} | |
npm ERR! | |
npm ERR! Additional logging details can be found in: | |
npm ERR! /Users/jmd/projects/test/npm-debug.log | |
npm not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment