Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It seems assign wrong version of cssstyle #912

Closed
thebrecht opened this issue Oct 14, 2014 · 11 comments
Closed

It seems assign wrong version of cssstyle #912

thebrecht opened this issue Oct 14, 2014 · 11 comments

Comments

@thebrecht
Copy link

when I install jsdom(1.0.3) , this error was reported:

npm http 304 https://registry.npmjs.org/cssstyle
npm ERR! Error: No compatible version found: cssstyle@'>=0.2.20 <0.3.0-0'
npm ERR! Valid install targets:
npm ERR! ["0.1.0","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.2.8","0.2.9","0.2.10","0.2.11","0.2.12","0.2.13","0.2.14","0.2.15","0.2.16","0.2.17","0.2.18"]
npm ERR! at installTargetsError (/usr/share/npm/lib/cache.js:719:10)
npm ERR! at next (/usr/share/npm/lib/cache.js:698:17)
npm ERR! at /usr/share/npm/lib/cache.js:675:5
npm ERR! at saved (/usr/share/npm/node_modules/npm-registry-client/lib/get.js:142:7)
npm ERR! at /usr/lib/nodejs/graceful-fs/polyfills.js:133:7
npm ERR! at Object.oncomplete (fs.js:107:15)


the latest version of cssstyle on npm is 0.2.18

@tokudu
Copy link

tokudu commented Oct 14, 2014

We are getting the same error.

@boutils
Copy link

boutils commented Oct 14, 2014

Same here!

@songxiaofeng1981
Copy link

same here too!

@tjwebb
Copy link

tjwebb commented Oct 14, 2014

latest build is totally broken:

$ npm install --save-dev jsdom
npm ERR! notarget No compatible version found: cssstyle@'>=0.2.20 <0.3.0-0'
npm ERR! notarget Valid install targets:
npm ERR! notarget ["0.1.0","0.2.0","0.2.1","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.2.8","0.2.9","0.2.10","0.2.11","0.2.12","0.2.13","0.2.14","0.2.15","0.2.16","0.2.17","0.2.18"]
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 Linux 3.13.0-36-generic
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "--save-dev" "jsdom"
npm ERR! cwd /home/tjwebb/workspace/hashware/backbone-client
npm ERR! node -v v0.10.32
npm ERR! npm -v 1.4.28
npm ERR! code ETARGET
npm ERR! not ok code 0

@denis-sokolov
Copy link

Yes, everybody has the same problem, this is why we have this issue open.
May I kindly ask you to avoid adding "+1" comments and wait until the fix is issued?
You are also welcome to submit a pull request that will fix the problem.

@Y--
Copy link

Y-- commented Oct 14, 2014

PR that fix the problem : #913 (tests are passing)

@domenic
Copy link
Member

domenic commented Oct 14, 2014

You guys are lucky I spontaneously woke up at 4am. Going back to sleep now...

@Sebmaster Sebmaster reopened this Oct 14, 2014
@Sebmaster
Copy link
Member

Not on npm yet :(

@chad3814
Copy link
Contributor

cssstyle-0.2.20 got unpublished when I unpublished 0.2.19 it looks like. I published 0.2.21 to fix it in chad3814/CSSStyleDeclaration@be36daf

@Y--
Copy link

Y-- commented Oct 14, 2014

It works now indeed. Thanks.

@tjwebb
Copy link

tjwebb commented Oct 14, 2014

so this is why @isaacs says to not unpublish things

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants