Hacker News new | ask | show | jobs
by Arrowmaster 501 days ago
As a Debian user that wanted to use a cli tool only available from npm it was horrible trying to find some sane instructions that didn't assume intimate knowledge of node package structures.

I did eventually figure out I could just do `corepack pnpm setup` then install packages globally with pnpm.