0

I installed ipfs using the following command

sudo npm install ipfs --global

I am getting an error ipfs:command not found when i run in it node console. what am i missing here?

Kashish Khullar
  • 394
  • 1
  • 3
  • 14

1 Answers1

2

Looks like there's something wrong with your $GOPATH, or you haven't added your $GOPATH's /bin to your $PATH. See the GOPATH section in this doc page: https://golang.org/doc/code.html#GOPATH