Closed Hacksore closed 2 months ago
setup a repro for this here https://github.com/Hacksore/pnpm-bug-github-hosted-package
This still needs to be fixed but I tried using preCommands
to uninstall the offending package but it didn't work.
I settled on a a janky workaround to remove it in a prior step so for now im good.
- name: Remove types package
run: pnpm uninstall @types/github-script
I have a monoerepo that when wrangler tries to install it will yield a
ERR_PNPM_PREPARE_PACKAGE
because in the root of the monorepo I have this github hosted dep:I can setup a simple repro if I can get some tiem but starting the issue first.
Run where this happened: https://github.com/overlayeddev/overlayed/actions/runs/10453108973/job/28942911152
error:
A simple thought would be can we pass args to the install command so that I could do something like: