如何在控制台上正确安装 ipfs js 到 运行

How to correctly install ipfs js to run on console

我使用以下命令安装了 ipfs

sudo npm install ipfs --global

当我在它的节点控制台中 运行 时,我收到错误 ipfs:command not found。 我在这里错过了什么?

您的 $GOPATH 似乎有问题,或者您没有将 $GOPATH 的 /bin 添加到 $PATH。请参阅此文档页面中的 GOPATH 部分:https://golang.org/doc/code.html#GOPATH