You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great project! I'm trying to get the latest version running on our project building on GitHub Actions CI which uses pnpm.
{
"time":1680695309474,
"hostname":"fv-az357-761",
"pid":1765,
"level":"error",
"name":"pnpm",
"code":"ELIFECYCLE",
"errno":1,
"pkgid":"@c-frame/[email protected]",
"stage":"postinstall",
"script":"patch-package",
"pkgname":"@c-frame/aframe-physics-system",
"name":"pnpm",
"err":{
"name":"pnpm",
"message":"@c-frame/[email protected] postinstall: `patch-package`\n
Exit status 1",
"code":"ELIFECYCLE",
"stack":"pnpm: @c-frame/[email protected] postinstall: `patch-package`\n
Exit status 1\n
at EventEmitter.<anonymous> (/home/runner/setup-pnpm/node_modules/.pnpm/[email protected]/node_modules/pnpm/dist/pnpm.cjs:99647:17)\n
at EventEmitter.emit (node:events:513:28)\n
at ChildProcess.<anonymous> (/home/runner/setup-pnpm/node_modules/.pnpm/[email protected]/node_modules/pnpm/dist/pnpm.cjs:83505:18)\n
at ChildProcess.emit (node:events:513:28)\n
at maybeClose (node:internal/child_process:1091:16)\n
at Socket.<anonymous> (node:internal/child_process:449:11)\n
at Socket.emit (node:events:513:28)\n
at Pipe.<anonymous> (node:net:322:12)"
}}
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:
Hi, it was actually easier than this for us. Since we don't use the ammo package, we simply used pnpm patch to patch out the patch-package dependency and postinstall step from your package, and that seems to work fine!
Uh oh!
There was an error while loading. Please reload this page.
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: