chenglou / node-huxley

Codeless front-end testing.
MIT License
361 stars 29 forks source link

NPM install dependency version errors #48

Closed nikglavin closed 10 years ago

nikglavin commented 10 years ago

npm install -g huxley will not complete throwing version errors on the last 2 dependencies

Error switches between

ERR! Error: No compatible version found: png-diff@'^0.2.1' ERR! Error: No compatible version found: streamifier@'^0.1.0'

chenglou commented 10 years ago

Are you sure? Just did a fresh install and everything still works.

skilesare commented 10 years ago

Same issue on Windows.

image

I can install streamifier just fine but it fails here. It seems to not thingk that '^0.1.0' is the same as "0.1.0"

chenglou commented 10 years ago

Which version of node/npm are you on? I think the format changed. Before the last npm update, it used to default to ~0.1.0.

skilesare commented 10 years ago

node v0.10.10 npm 1.2.25

upgrading now to 10.26 to test.

skilesare commented 10 years ago

That was it. Went through just fine now.

chenglou commented 10 years ago

Well that was simple =). Keep the feedback coming please! @nikglavin can you confirm that it's the same issue? I'll close this if it is.

nikglavin commented 10 years ago

@chenglou yes this was the same issue

chenglou commented 10 years ago

Cool!