All newer versions of package managers now block install scripts.
When cloning this repo and running pnpm install or pnpm dev I get the following error:
[ERR_PNPM_IGNORED_BUILDS] Ignored build scripts: sharp@0.34.5
Install script have been removed in sharp@0.35.2. The lockfile in this repo points to sharp@0.34.5.
Can sharp be updated so we don't have to manually approve install scripts with pnpm approve-builds?
All newer versions of package managers now block install scripts.
When cloning this repo and running
pnpm installorpnpm devI get the following error:Install script have been removed in
sharp@0.35.2. The lockfile in this repo points tosharp@0.34.5.Can sharp be updated so we don't have to manually approve install scripts with
pnpm approve-builds?