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/aframe-physics-system@4.2.2",
"stage":"postinstall",
"script":"patch-package",
"pkgname":"@c-frame/aframe-physics-system",
"name":"pnpm",
"err":{
"name":"pnpm",
"message":"@c-frame/aframe-physics-system@4.2.2 postinstall: `patch-package`\n
Exit status 1",
"code":"ELIFECYCLE",
"stack":"pnpm: @c-frame/aframe-physics-system@4.2.2 postinstall: `patch-package`\n
Exit status 1\n
at EventEmitter.<anonymous> (/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@7.31.0/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/pnpm@7.31.0/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)"
}}
Thank you very much.
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.