logoalt Hacker News

varencyesterday at 2:25 AM3 repliesview on HN

I found that strange as well. My guess is that `npm` is just the package manager people are most likely to already have installed and doing it this way makes it easy. They might think asking people to install Cargo is too much effort. Wonder if the pattern of using npm to install non-node tools will keep gaining traction.


Replies

m000yesterday at 10:25 AM

It's still weird. Why not just use an effing install.sh script like everybody else? And don't tell me "security". Because after installation you will be running an unknown binary anyway.

bigstrat2003yesterday at 3:55 AM

Most people aren't going to have npm installed though. Nobody outside of web devs uses it.

show 3 replies
freakynityesterday at 2:45 AM

Why not just downloadable binary then?

show 2 replies