-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing at patch-package when using pnpm #33
Comments
Hi, I'm not familiar with pnpm. aframe-physics-system/package.json Line 18 in 04d7af4
you can also remove the dependency aframe-physics-system/package.json Line 49 in 04d7af4
but not mandatory. Then apply the two patches from Then use your fork in your package.json with
Let us know what work. |
Hi, it was actually easier than this for us. Since we don't use the ammo package, we simply used |
Now we are at three-to-ammo 1.0.1, I believe we can move to ammo-debug-drawer 1.0.1 as well, and we won't need any patches any more. |
Hey there
Great project! I'm trying to get the latest version running on our project building on GitHub Actions CI which uses
pnpm
.Reading the docs at https://www.npmjs.com/package/patch-package it seems like the patch-package would not be needed if using
pnpm
. Is this something this package can support or do you have any advice on how to best get it running?Thank you very much.
The text was updated successfully, but these errors were encountered: