gemini-testing / looks-same

Node.js library for comparing images
MIT License
660 stars 55 forks source link

Doesn't works with Bun #103

Open Suniron opened 6 months ago

Suniron commented 6 months ago

Hey, When I try to use this lib, i got this error in terminal:

Cannot find module "../build/Release/sharp-linux-x64.node" from "/home/....."

Possible solutions:
- Install with verbose logging and look for errors: "npm install --ignore-scripts=false --foreground-scripts --verbose sharp"
- Install for the current linux-x64 runtime: "npm install --platform=linux --arch=x64 sharp"
- Consult the installation documentation: https://sharp.pixelplumbing.com/install

I'm under WSL2 with Ubuntu on Windows 11 and i'm using the version 1.x of Bun

DudaGod commented 6 months ago

Hello.

Does everything work without using Bun? Can you provide a minimal reproducible example?