Closed erikvaningen closed 6 years ago
Probably because you have one installed globally and one that is not.
Please uninstall composer-cli and re-install required version.
npm install -g composer-cli@0.19.x
check versions: composer -v and npm version match
Closing due to inactivity. Feel free to reopen the issue if you are still seeing this issue
While running this command
composer card import -f admin.card
I am running into this problemI was assuming that the problem is on GRPC level, therefore found that composer v0.16.6 needs:
"grpc": ">=1.3.5 <1.7.0",
But I do not understand composer, they seem to have different versions? $npm view composer-cli version 0.19.4 $composer --version v0.16.6
Aren't composer and composer-cli the same thing and both npm packages? Why do they have different version numbers?