You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: