strongloop / strong-cluster-socket.io-store

Implementation of socket.io store using node's native cluster messaging
Other
23 stars 3 forks source link

Can't install npm package #16

Closed niabb closed 9 years ago

niabb commented 9 years ago

I get the following error:

npm ERR! Linux 3.13.0-55-generic npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" "--unsafe-perm" npm ERR! node v0.12.5 npm ERR! npm v2.11.2 npm ERR! code ETARGET

npm ERR! notarget No compatible version found: strong-store-cluster@'>=1.0.0 <2.0.0' npm ERR! notarget Valid install targets: npm ERR! notarget ["0.1.0","0.1.1","0.1.3"] npm ERR! notarget npm ERR! notarget This is most likely not a problem with npm itself. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist.

bajtos commented 9 years ago

You are trying to install a version that does not exist yet. Please modify your dependency specifier to ~0.1.3.