You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i'm trying to migrate a SvelteKit project from Node to Deno but I've found some strange behaviour when installing dependencies that prevents deno install from completing.
Does esbuild actually work correctly if you stop the install script? Running it for esbuild shouldn't really be necessary, because esbuild ships with prebuilt binaries.
Version: Deno 2.0.6
Hello, i'm trying to migrate a SvelteKit project from Node to Deno but I've found some strange behaviour when installing dependencies that prevents
deno install
from completing.deno.json
:output:
No matter how long I leave it, is just gets stuck.
Sometimes closing the terminal and restarting the command works but very rarely.
The text was updated successfully, but these errors were encountered: