Hacker News new | ask | show | jobs
by motogpjimbo 1102 days ago
Generally, when you see a package asking you to install it globally with `npm -g i`, you can install it locally with `npm i` and then run it with `npx`. Requesting global installation is either an expression of ego or the author is a Python refugee.