Skip to content

Dependencies order  #1122

@didierfranc

Description

@didierfranc

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions