thx / resvg-js

A high-performance SVG renderer and toolkit, powered by Rust based resvg and napi-rs.
https://resvg-js.vercel.app/
Mozilla Public License 2.0
1.57k stars 57 forks source link

Couldn't find any versions for "@resvg/resvg-js-darwin-x64" that matches "2.6.1" #319

Closed zymon closed 8 months ago

zymon commented 8 months ago

Hello, I'm getting this error when @resvg/resvg-js is installed via indirect dependency on linux machine.

@eui/tools@6.14.19 => svg-sprite@2.0.2 => @resvg/resvg-js-darwin-x64@2.6.1

Best regards, Szymon

yuri-ellfort commented 8 months ago

I faced the same problem. The original lib has version 2.6.1, but the last version of @resvg/resvg-js-darwin-x64 is 2.6.0 It seems like this version was forgotten to be updated.

image
yhagus commented 8 months ago

I tried using npm install instead of yarn install and it worked for now

yisibl commented 8 months ago

I found the problem and am working on it.

yisibl commented 8 months ago

Done in: https://github.com/yisibl/resvg-js/pull/320