We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
this issue is related to opennextjs/opennextjs-aws#292
I'm encountering an issue with sharp/libvips installation by open-next
I'm on Windows WSL 2 Ubuntu x86_64 packaging for AWS Lambda I've installed brew install vips without success
brew install vips
$ 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 npm ERR! command failed npm ERR! command sh -c (node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy) npm ERR! sharp: Downloading https://github.com/stechstudio/libvips-lambda/releases/download/v1.0.1/libvips-8.5.5-lambda.tar.gz/v8.14.4/libvips-8.14.4-linux-arm64v8.tar.br npm ERR! sharp: Please see https://sharp.pixelplumbing.com/install for required dependencies npm ERR! sharp: Installation error: Prebuilt libvips 8.14.4 binaries are not yet available for linux-arm64v8 npm ERR! A complete log of this run can be found in: /home/john/.npm/_logs/2023-10-23T15_51_06_478Z-debug-0.log node:internal/errors:865 const err = new Error(message); ^ Error: Command failed: npm install --arch=arm64 --platform=linux --target=18 --libc=glibc --prefix="/home/john/workspace/app/apps/web/.open-next/image-optimization-function" [email protected] at checkExecSyncError (node:child_process:890:11) at Object.execSync (node:child_process:962:15) at createImageOptimizationBundle (file:///home/john/.npm/_npx/ab9ffda21675e838/node_modules/open-next/dist/build.js:231:8) at build (file:///home/john/.npm/_npx/ab9ffda21675e838/node_modules/open-next/dist/build.js:33:5) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { status: 1, signal: null, output: [ null, null, null ], pid: 29241, stdout: null, stderr: null } Node.js v18.18.2
Thank you for your time
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
this issue is related to
opennextjs/opennextjs-aws#292
I'm encountering an issue with sharp/libvips installation by open-next
I'm on Windows WSL 2 Ubuntu x86_64
packaging for AWS Lambda
I've installed
brew install vips
without successThank you for your time
The text was updated successfully, but these errors were encountered: