cloudhead / http-console

simple, intuitive HTTP REPL — Speak HTTP like a local.
Apache License 2.0
1.35k stars 65 forks source link

Error trying to install: Error: Tag >=0.1.4 not found for package eyes #5

Closed hardbap closed 14 years ago

hardbap commented 14 years ago

Running npm install http-console I get:

npm install pkg eyes@>=0.1.4 npm fetch data eyes npm GET eyes npm install pkg eyes@>=0.1.4 npm ! Error: Tag >=0.1.4 not found for package eyes

I've tried install eyes manually with npm install eyes but I get the same error.

cloudhead commented 14 years ago

That's weird, does it show up if you do npm list eyes ? You can also try doing npm install eyes, and see what it installs.

Also make sure you have a recent version of npm, just in case.

cloudhead commented 14 years ago

You can update npm with npm install npm

hardbap commented 14 years ago

npm list eyes gets me:

npm list eyes npm configfile /Users/michael/.npmrc npm sudo false npm cli [ 'list', 'eyes' ] npm version 0.1.14

eyes@0.1.1 @remote eyes@0.1.2 @remote eyes@0.1.3 @remote eyes@0.1.4 @active @installed @remote @stable @tag=latest @tag=stable

hardbap commented 14 years ago

I've tried updating npm but I still get the same error.

hardbap commented 14 years ago

btw - I'm installing on OS X Snow Leopard.

cloudhead commented 14 years ago

That shows you have the correct version installed already. I'm on snow lep too, I'll point isaacs to this, see if he can figure it out.

isaacs commented 14 years ago

This is fixed in v0.1.15 of npm, published just this morning.

hardbap commented 14 years ago

Installing the latest npm from git (using the Fancy Install instructions) fixed this. Thanks @cloudhead & @isaacs.

cloudhead commented 14 years ago

great!