5o50
5o50
after some testing it's clear that the generated path [...]/recipe-sysroot/usr/lib/rust is missing a file like`libproc_macro[...].rlib` I'm able to find it on my host standalone cargo toolchain install for the same...
Same issue here importing with `.jsx` syntax does not solve the issue NextJS 13 with webpack 5 any fix ? ``` ../../_virtual_~icons%2Fgg%2Fprofile.jsx Module parse failed: Unexpected token (2:27) File was...
I'm having the same issue on react-native when switching the theme with `...` Sometimes it's crashing my app, I'm having 6 warnings of the same message with different components clashing,...
Also I tried running the failling command it give more info about the error ``` john@JOHN:~/workspace/app$ npm install --arch=arm64 --platform=linux --target=18 --libc=glibc --prefix="/home/john/workspace/app/apps/web/.open-next/image-optimization-function" [email protected] npm ERR! code 1 npm ERR!...
@sladg thank you for you time! here is the same run failling on `Node.js v18.18.2` ``` john@JOHN:~/workspace/app$ yarn sst deploy --profile prod --stage prod yarn run v1.22.19 $ /home/john/workspace/app/node_modules/.bin/sst deploy...
here is the log for the failling sub command on `Node.js v18.18.2` ``` john@JOHN:~/workspace/app$ npm install --arch=arm64 --platform=linux --target=18 --libc=glibc --prefix="/home/john/workspace/app/apps/web/.open-next/image-optimization-function" [email protected] npm ERR! code 1 npm ERR! path /home/john/workspace/app/apps/web/.open-next/image-optimization-function/node_modules/sharp...
when I replace "18" by "18.0.0" the command runs well. the change is needed just here [ `npm install --arch=arm64 --platform=linux --target=18 --libc=glibc --prefix="${nodeOutputPath}" sharp@${sharpVersion}`,](https://github.com/sst/open-next/blob/24c5166377346bed1a029fb2223cf7f3b52a10d3/packages/open-next/src/build.ts#L354)
I'm on Windows WSL 2 Ubuntu (x86_64), I've installed `brew install vips` successfully but I get the exact same error. It seems like an arm64 compiled libvips is needed to...
I've found a quick working workaround for the time being instead of fetching the missing arm libvips from default `stechstudio/libvips-lambda ` I've been able to override the source to the...
https://github.com/oven-sh/bun/issues/5549