Twilight
Twilight
DDeno
Created by Twilight on 11/9/2024 in #help
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.
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.
1 replies