Skip to content
New issue

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

Deno: error: npm package '@webviewjs/webview-freebsd-x64' does not exist. #9

Open
lassejlv opened this issue Nov 9, 2024 · 4 comments

Comments

@lassejlv
Copy link

lassejlv commented Nov 9, 2024

When running deno install npm:@webviewjs/webview, im getting:

Add npm:@webviewjs/[email protected]
error: npm package '@webviewjs/webview-freebsd-x64' does not exist.
@lassejlv
Copy link
Author

lassejlv commented Nov 9, 2024

Same with bun

Screenshot 2024-11-09 at 17 13 38

@twlite
Copy link
Member

twlite commented Nov 9, 2024

Only the following platforms are supported at the moment:

Platform Supported
x86_64-apple-darwin
x86_64-pc-windows-msvc
i686-pc-windows-msvc
aarch64-apple-darwin
aarch64-linux-android
armv7-linux-androideabi
aarch64-pc-windows-msvc

Bun installed the package successfully, but deno seems to error out early.

@lassejlv
Copy link
Author

lassejlv commented Nov 9, 2024

I am on aarch64-apple-darwin so ig its deno

@twlite
Copy link
Member

twlite commented Nov 9, 2024

I am on aarch64-apple-darwin so ig its deno

yes, it's more related to deno resolving the packages. Bun seems to be working fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants