Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Cannot install with npm v2.0 #42

Closed
nyarly opened this issue Sep 13, 2014 · 4 comments
Closed

Cannot install with npm v2.0 #42

nyarly opened this issue Sep 13, 2014 · 4 comments

Comments

@nyarly
Copy link

nyarly commented Sep 13, 2014

NPM 2.0 is more strict with semver, so the ~1.9 dependency on phantomjs doesn't match any of the available versions, which are all of the form "<phantomjs_version>-module_version" e.g. 1.9.7-15 is current.

While that versioning is sensible, it causes npm to treat phantomjs as eternally pre-release, so no version of the phantomjs node module satisfies the dependency on karma-phantomjs-launcher.

Ideally the phantomjs team will fix their versions, but in the meantime, could the launcher pin to a particular version e.g "^1.9.7-15" ?

@screendriver
Copy link

+1

@patrickod
Copy link

+1 this issue just bit me as well

@bastor
Copy link

bastor commented Sep 16, 2014

+1

@dignifiedquire
Copy link
Member

Should be fixed by #70

dignifiedquire added a commit that referenced this issue May 29, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants