TwilightT
Denoβ€’15mo ago
Twilight

Is it an expected behavior of deno when installing npm packages?

Is it an expected behavior of deno to exit early when irrelevant package for the current platform could not be found? It happened when running deno install npm:@webviewjs/webview deno exits with the following error
Add npm:@webviewjs/webview@0.1.2
error: npm package '@webviewjs/webview-freebsd-x64' does not exist.
even though I'm currently not on freebsd. Both npm and bun (bun shows not found warnings for irrelevant packages) work just fine for comparison.
Was this page helpful?