Sapphire command not recognized
I'm trying to install and use sapphire CLI but doesn't matter if I use NPM or Yarn 4.1.1, when I install it and try and run
sapphire -v
I get this backSolution:Jump to solution
You can only call it that way if installed globally, which yarn berry (V2+) doesn't even do. Run it with
yarn sapphire
/ yarn dlx sapphire
instead. Or install it globally, how depends on your package manager (GIYF)1 Reply
Solution
You can only call it that way if installed globally, which yarn berry (V2+) doesn't even do. Run it with
yarn sapphire
/ yarn dlx sapphire
instead. Or install it globally, how depends on your package manager (GIYF)