|
"@napi-rs/canvas": "0.1.80", |
Here, in the v2.4.5 package.json, it use @napi-rs/[email protected]. However, it doesn't support windows arm64, so [email protected] cannot be used for windows arm64 users.
Since @napi-rs/[email protected], windows arm64 is supported. And I see the dependency version has beed updated to 1.0.89, so all we need to do is just releasing a new patch version.
Reference: https://github.com/Brooooooklyn/canvas/releases/tag/v0.1.85, Brooooooklyn/canvas#1176
pdf-parse/package.json
Line 138 in e8e800b
Here, in the v2.4.5
package.json, it use@napi-rs/[email protected]. However, it doesn't support windows arm64, so[email protected]cannot be used for windows arm64 users.Since
@napi-rs/[email protected], windows arm64 is supported. And I see the dependency version has beed updated to 1.0.89, so all we need to do is just releasing a new patch version.Reference: https://github.com/Brooooooklyn/canvas/releases/tag/v0.1.85, Brooooooklyn/canvas#1176