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

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

Closed
jamiebuilds opened this issue Jun 20, 2016 · 3 comments
Closed

Comments

@jamiebuilds
Copy link
Contributor

jamiebuilds commented Jun 20, 2016

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

@jamiebuilds
Copy link
Contributor Author

We can just add quotes:

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

This seems to work

@jamiebuilds
Copy link
Contributor Author

Moving to #235

@lock
Copy link

lock bot commented Dec 28, 2018

This thread has been automatically locked because there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Dec 28, 2018
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

1 participant