Greetings from Brazil!
I’m facing something odd when trying to produce an egg on Arch 32 (i386 architecture). I’m stuck on a node error.
eggs >>> creating efiWordDir: /home/eggs/ovarium/efi-work/.
/usr/lib/penguins-eggs/node_modules/.pnpm/yoga-layout-prebuilt@1.10.0/node_modules/yoga-layout-prebuilt/yoga-layout/build/Release/nbind.js:53
throw ex;
^
[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#<Object>".] {
code: 'ERR_UNHANDLED_REJECTION'
}
I’ve tried to bypass with a try-catch sentence but it only raises a new error:
eggs >>> creating efiWordDir: /home/eggs/ovarium/efi-work/.
node:internal/process/promises:246
triggerUncaughtException(err, true /* fromPromise */);
^
[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#<Object>".] {
code: 'ERR_UNHANDLED_REJECTION'
}
What can I do now? I’ve already tried Nodejs v18 and v16 with no success.
Thx in advance