logoalt Hacker News

artdigitaltoday at 12:49 PM1 replyview on HN

I also started using Mise for global CLI tools instead of brew and it’s working really well

Eg: mise use -g gcloud instead of brew install xxx

It can even do that for npm packages! Like mise use -g npm:xxx


Replies

llimllibtoday at 3:34 PM

re: npm, if you upgrade your global node version, you will lose that installation, right?

show 2 replies