Answers for "zsh: command not found: gatsby"

1

zsh: command not found: gatsby

On the latest MacOS, I had to update my npm config.

npm config delete prefix
npm config set prefix /usr/local
npm i -g gatsby-cli
gatsby --version
Posted by: Guest on May-22-2021

Code answers related to "zsh: command not found: gatsby"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language