我用了国外的 npm config set registry http://registry.cnpmjs.org/ 国内的 npm config set registry https://registry.npm.taobao.org 运行命令 npm install -g @graphprotocol/graph-cli 不是到是否安装成功
npm config set registry http://registry.cnpmjs.org/
npm config set registry https://registry.npm.taobao.org
npm install -g @graphprotocol/graph-cli
运行graph init GITHUB_USERNAME>/<SUBGRAPH_NAME>
graph init GITHUB_USERNAME>/<SUBGRAPH_NAME>