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 back
No description
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)
Jump to solution
1 Reply
Solution
Favna
Favna4mo ago
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)