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

Dependencies order #1122

Closed
didierfranc opened this issue Jul 27, 2016 · 1 comment
Closed

Dependencies order #1122

didierfranc opened this issue Jul 27, 2016 · 1 comment

Comments

@didierfranc
Copy link

didierfranc commented Jul 27, 2016

I get a problem with react-select as a dependency.

Running npm install react-select -S add this line to package.json

"react-select": "^1.0.0-beta14"

but when I'm running npm install it install react-select@1.0.0-beta9

The problem is the version ordering of npm

npm view react-select

versions:  [
     '1.0.0-beta1',
     '1.0.0-beta10',
     '1.0.0-beta11',
     '1.0.0-beta12',
     '1.0.0-beta13',
     '1.0.0-beta14',
     '1.0.0-beta2',
     '1.0.0-beta3',
     '1.0.0-beta4',
     '1.0.0-beta5',
     '1.0.0-beta6',
     '1.0.0-beta7',
     '1.0.0-beta8',
     '1.0.0-beta9' 
]

For the time being I setted the line to

"react-select": "1.0.0-beta14"
@bvaughn
Copy link
Collaborator

bvaughn commented Sep 5, 2016

This issue has been resolved with the recent RC version. It should not be a problem going forward with future releases.

(Unfortunately it's not possible to fix the bad version numbers of previous releases.)

Cheers!

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

2 participants