Hi I have installed the Sanity CLI using:
npm install -g @sanity/cli
However when I try sanity init, I get:
zsh: command not found: sanity
it does work when I use:
npx @sanity/cli init
However when I try to use sanity start I get the command not found again.