Skip to content

Bootstrap doesn't support different ways to specify package version #234

@jamiebuilds

Description

@jamiebuilds

If I depend on a package like this:

"package": "^1.0.0 || ^2.0.0"

The command that gets run is:

$ npm install package@^1.0.0 || ^2.0.0 ...

Which is only installing package@^1.0.0 and everything after the || doesn't get installed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions