Y
Hacker News
new
|
ask
|
show
|
jobs
by
tkel
37 days ago
Just dont use npm. Use a package manager which doesn't execute postinstall by default. The switch is incredibly simple.
2 comments
joeblubaugh
35 days ago
It’s hard to enforce on developer machines - there are lots of ways to install npm even if you never use it for managing development dependencies.
link
cluckindan
37 days ago
Which package manager is that, and what caveats does it offer?
link
timfsu
37 days ago
Pnpm - installs are faster to boot. We haven’t missed anything
link
ricardo_lien
37 days ago
pnpm
link