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
deno run -A npm:create-remix@latest --template remix-run/remix/templates/vite
remix v2.4.0 💿 Let's build a better website... dir Where should we create your new project? ./new-remix-4 ◼ Template: Using remix-run/remix/templates/vite... ✔ Template copied git Initialize a new git repository? Yes deps Install dependencies with npm? YesWarning: Not implemented: ChildProcess.prototype.disconnect
After the Install dependencies with npm? it'll hang, because it can't disconnect, and when I interrupt it with ctrl-c, then it'll prompt the warning.
The text was updated successfully, but these errors were encountered:
Version: Deno 1.40.5
Repro:
After the
Install dependencies with npm?
it'll hang, because it can't disconnect, and when I interrupt it with ctrl-c, then it'll prompt the warning.The text was updated successfully, but these errors were encountered: