jasmine-jquery icon indicating copy to clipboard operation
jasmine-jquery copied to clipboard

npm install [email protected] fails

Open parris opened this issue 9 years ago • 5 comments

It looks like 1.3.x versions were all removed?

parris avatar Sep 09 '14 00:09 parris

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?

parris avatar Sep 09 '14 00:09 parris

I am also having this issue.

camfraser avatar Sep 15 '14 21:09 camfraser

Me too!

schechter avatar Sep 15 '14 22:09 schechter

Also having this problem

MrSnickers avatar Sep 15 '14 22:09 MrSnickers

As an "ok" temporary workaround I found this fork: git+ssh://[email protected]: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.

parris avatar Sep 15 '14 22:09 parris