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

Could not parse version constraint &&: Invalid version string "&&" #247

Closed
onman opened this issue Aug 7, 2016 · 2 comments
Closed

Could not parse version constraint &&: Invalid version string "&&" #247

onman opened this issue Aug 7, 2016 · 2 comments
Assignees
Labels
Milestone

Comments

@onman
Copy link

onman commented Aug 7, 2016

My project tries to install the dependency npm-asset/node-gyp. The error mentioned in the title appears, so nothing is installed at all.
This error is caused by the node-gyp version 0.9.6, which has the dependency
"request": ">= 2 && <= 2.14"

Although the current version is 3.* this old version prevents it from being installed.

You can reproduce this error with the following command line:
composer global require npm-asset/node-gyp

Seems like the && style is not supported by this plugin? Can/will this be fixed?

@francoispluchino francoispluchino self-assigned this Feb 15, 2017
@francoispluchino francoispluchino added this to the 1.3.0 milestone Feb 15, 2017
@francoispluchino
Copy link
Member

Fixed by dacfc81.

@pptyasar
Copy link

pptyasar commented Jul 26, 2018

Still isuue occur @francoispluchino

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants