Twilight
Explore posts from serversIs 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 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