I am installing @graphprotocol/graph-cli
with yarn
with the command
yarn global add @graphprotocol/graph-cli
I get the success message saying:
success Installed "@graphprotocol/graph-cli@0.31.0" with binaries:
- graph
But when I try to check its version with graph --version
it says:
Command 'graph' not found, but can be installed with:
sudo apt install plotutils
I don't know how to resolve this issue.