Skip to content
This repository has been archived by the owner on Dec 23, 2018. It is now read-only.

Installation issues with disposable dependency #18

Closed
didenko opened this issue Feb 1, 2012 · 2 comments
Closed

Installation issues with disposable dependency #18

didenko opened this issue Feb 1, 2012 · 2 comments

Comments

@didenko
Copy link

didenko commented Feb 1, 2012

repository only has disposable 0.0.1, yet the dependency requires a prior version.

$ npm install disposable
npm http GET https://registry.npmjs.org/disposable
npm http 304 https://registry.npmjs.org/disposable
disposable@0.0.1 ./node_modules/disposable

$ npm install celeri
npm http GET https://registry.npmjs.org/celeri
npm http 304 https://registry.npmjs.org/celeri
npm http GET https://registry.npmjs.org/structr
npm http GET https://registry.npmjs.org/colors/0.5.1
npm http GET https://registry.npmjs.org/beanpoll
npm http GET https://registry.npmjs.org/haba
npm http GET https://registry.npmjs.org/tq
npm http GET https://registry.npmjs.org/crema
npm http GET https://registry.npmjs.org/disposable
npm http 304 https://registry.npmjs.org/structr
npm http GET https://registry.npmjs.org/structr/-/structr-0.1.3.tgz
npm http 304 https://registry.npmjs.org/colors/0.5.1
npm http 200 https://registry.npmjs.org/beanpoll
npm http GET https://registry.npmjs.org/beanpoll/-/beanpoll-0.2.4.tgz
npm http 304 https://registry.npmjs.org/crema
npm http 304 https://registry.npmjs.org/disposable
npm http 304 https://registry.npmjs.org/tq
npm http 304 https://registry.npmjs.org/haba
npm ERR! error installing celeri@0.2.8
npm http GET https://registry.npmjs.org/crema/-/crema-0.0.5.tgz
npm http GET https://registry.npmjs.org/tq/-/tq-0.0.2.tgz
npm http GET https://registry.npmjs.org/haba/-/haba-0.0.9.tgz

npm ERR! Error: No compatible version found: disposable@'<0.0.1'
npm ERR! Valid install targets:
npm ERR! ["0.0.1"]
npm ERR! at installTargetsError (/usr/local/lib/node_modules/npm/lib/cache.js:488:10)
npm ERR! at next_ (/usr/local/lib/node_modules/npm/lib/cache.js:438:17)
npm ERR! at next (/usr/local/lib/node_modules/npm/lib/cache.js:415:44)
npm ERR! at /usr/local/lib/node_modules/npm/lib/cache.js:408:5
npm ERR! at saved (/usr/local/lib/node_modules/npm/lib/utils/npm-registry-client/get.js:147:7)
npm ERR! at Object.oncomplete (/usr/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:231:7)
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.2.0
npm ERR! command "node" "/usr/local/bin/npm" "install" "celeri"
npm ERR! cwd /Users/vlad/Code/test
npm ERR! node -v v0.6.9
npm ERR! npm -v 1.1.0-3
npm ERR! message No compatible version found: disposable@'<0.0.1'
npm ERR! message Valid install targets:
npm ERR! message ["0.0.1"]
npm http 200 https://registry.npmjs.org/structr/-/structr-0.1.3.tgz
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/vlad/Code/test/npm-debug.log
npm not ok
$

@crcn
Copy link
Owner

crcn commented Feb 1, 2012

Fixed, thanks.

@crcn crcn closed this as completed Feb 1, 2012
@didenko
Copy link
Author

didenko commented Feb 1, 2012

Installed fine, thanks for the fix.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants