Skip to content

Instantly share code, notes, and snippets.

@johnmdonahue
Created February 16, 2012 01:03
Show Gist options
  • Save johnmdonahue/1840473 to your computer and use it in GitHub Desktop.
Save johnmdonahue/1840473 to your computer and use it in GitHub Desktop.
Vows@0.6.1 Install Fail
# Vows@0.6.0 OK:
jmd@mba ~/projects/test $ npm install vows@0.6.0
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 eyes@0.1.7 dependencies field should be hash of <name>:<version-range> pairs
vows@0.6.0 ./node_modules/vows
└── eyes@0.1.7
# Vows@0.6.1 FAILS:
jmd@mba ~/projects/test $ npm install vows@0.6.1
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 vows@0.6.1
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! <npm-@googlegroups.com>
npm ERR!
npm ERR! System Darwin 11.3.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "vows@0.6.1"
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! <npm-@googlegroups.com>
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