Brooooooklyn / canvas

High performance skia binding to Node.js. Zero system dependencies and pure npm packages without any postinstall scripts nor node-gyp.
https://vercel.skia.rs
MIT License
1.76k stars 77 forks source link

Cannot find module '@napi-rs/canvas-android-arm-eabi' #653

Open spelsinx opened 1 year ago

spelsinx commented 1 year ago

Used:

$ yarn add @napi-rs/canvas-android-arm-eabi
yarn add v1.22.19
[1/4] Resolving packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/@napi-rs%2fcanvas-android-arm-eabi: Not found".
info If you think this is a bug, please open a bug report with the information provided in "/data/data/com.termux/files/home/cs/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

Error:

/data/data/com.termux/files/home/cs/node_modules/@napi-rs/canvas/js-binding.js:216
    throw loadError
    ^

Error: Cannot find module '@napi-rs/canvas-android-arm-eabi'
Brooooooklyn commented 1 year ago

@spelsinx it doesn't support android armv7 at this moment

spelsinx commented 1 year ago

:(