velesin / jasmine-jquery

jQuery matchers and fixture loader for Jasmine framework
MIT License
1.89k stars 346 forks source link

npm install jasmine-jquery@1.3.3 fails #213

Open parris opened 10 years ago

parris commented 10 years ago

It looks like 1.3.x versions were all removed?

parris commented 10 years ago

In fact nothing between version 1.x and 2 exists:

npm http GET https://registry.npmjs.org/jasmine-jquery
npm http 304 https://registry.npmjs.org/jasmine-jquery
npm ERR! notarget No compatible version found: jasmine-jquery@'>=1.0.0-0 <2.0.0-0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["2.0.5"]
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.

npm ERR! System Darwin 12.5.0
npm ERR! command "/Users/parris/.nvm/v0.10.26/bin/node" "/Users/parris/.nvm/v0.10.26/bin/npm" "install" "jasmine-jquery@1" "--save-dev"
npm ERR! cwd /Volumes/eb_home/work/reserved_seating
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! code ETARGET
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /Volumes/eb_home/work/reserved_seating/npm-debug.log
npm ERR! not ok code 0

This was working previously. Did something change?

camfraser commented 9 years ago

I am also having this issue.

schechter commented 9 years ago

Me too!

MrSnickers commented 9 years ago

Also having this problem

parris commented 9 years ago

As an "ok" temporary workaround I found this fork: git+ssh://git@github.com:quangv/node-jasmine-jquery.git#v1.3.3

I directly referenced it in my package.json; however, github urls in package.json are non-ideal due to constant downloads/reinstalls/untars. Plus it is non-safe.