quartzjer / hash-im

Minimal telehash-based IM (command line)
MIT License
7 stars 3 forks source link

Ubuntu 13.04 incompatibility #4

Open spikebike opened 10 years ago

spikebike commented 10 years ago

I tried an ubuntu 13.04 to see if that helped. Not so much:

$ npm install
npm http GET https://registry.npmjs.org/telehash
npm http 304 https://registry.npmjs.org/telehash

npm ERR! Error: No compatible version found: telehash@'>=0.0.55'
npm ERR! Valid install targets:
npm ERR! ["0.0.0"]
npm ERR!     at installTargetsError (/usr/share/npm/lib/cache.js:488:10)
npm ERR!     at next_ (/usr/share/npm/lib/cache.js:438:17)
npm ERR!     at next (/usr/share/npm/lib/cache.js:415:44)
npm ERR!     at /usr/share/npm/lib/cache.js:408:5
npm ERR!     at saved (/usr/share/npm/lib/utils/npm-registry-client/get.js:147:7)
npm ERR!     at Object.oncomplete (/usr/lib/nodejs/graceful-fs.js:230:7)
npm ERR! You may report this log at:
npm ERR!     <http://bugs.debian.org/npm>
npm ERR! or use
npm ERR!     reportbug --attach /home/bill/src/hash-im/npm-debug.log npm
npm ERR! 
npm ERR! System Linux 3.8.0-31-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/bill/src/hash-im
npm ERR! node -v v0.6.19
npm ERR! npm -v 1.1.4
npm ERR! message No compatible version found: telehash@'>=0.0.55'
npm ERR! message Valid install targets:
npm ERR! message ["0.0.0"]
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/bill/src/hash-im/npm-debug.log
npm not ok