I am trying to install @tendermint/starport
:
npm i -g @tendermint/starport
I get this error:
EACCES: permission denied, open '/usr/local/lib/node_modules/@tendermint/starport/tmp-167254-vA18laJne7zO'
I am executing the command as superuser.
What is the problem here and how can I fix this?
The recommended way to install Starport is to use the following command:
It will use a script to download the binary and install it in
/usr/local/bin
. On macOS you can also use Homebrew: