Hacker News new | ask | show | jobs
by dgellow 1 day ago
Given that has an impact over the whole industry, I will for sure tell you that patching on install SHOULD NOT be a thing. Up to you to run your own post install script yourself
1 comments

It absolutely should and maybe I'll run and advertise a fork that will behave properly. Yay open-source.
Elaborate on the "behave properly". What is properly here?
Or maybe just add a script in package.json to run whatever patch-package does (eg, "install:patch": "npm install && patch-package") instead of whitelisting every package to have that power.