Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Supporting versioned install #112

Closed
wosinekm opened this issue Nov 4, 2013 · 2 comments
Closed

Supporting versioned install #112

wosinekm opened this issue Nov 4, 2013 · 2 comments

Comments

@wosinekm
Copy link

wosinekm commented Nov 4, 2013

Current repository doesn't support installing exact version:

$ npm install -g phantomjs@1.9.2

fails with

Error: version not found: 1.9.2 : phantomjs/1.9.2

According to npm install @ we need tags related to each version.

@monbro
Copy link
Contributor

monbro commented Jan 27, 2014

So you are actually able to do versioning. The only thing I experience is that the version numbers are kind of different to the original once: 1.9.2-0 https://github.com/Obvious/phantomjs#versioning

@nicks
Copy link
Contributor

nicks commented Jan 27, 2014

Use npm view phantomjs to see all available versions.

@nicks nicks closed this as completed Jan 27, 2014
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

3 participants