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
The logs have become noisy since Deno 2.0. They are not visible in Node.js.
At least for me, it's better not to see it. Examples of create-hono are:
npx create-hono@0.14.1
create-hono version 0.14.1
? Target directory my-app
? Which template do you want to use? aws-lambda
? Directory not empty. Continue? yes
? Do you want to install project dependencies? yes
? Which package manager do you want to use? npm
✔ Cloning the template
✔ Installing project dependencies
🎉 Copied project files
Get started with: cd my-app
deno run npm:create-hono@0.14.1
create-hono version 0.14.1
Ignoring signal "SIGHUP" on Windows
? Target directory my-app
Ignoring signal "SIGHUP" on Windows
? Which template do you want to use? aws-lambda
Ignoring signal "SIGHUP" on Windows
? Directory not empty. Continue? yes
Ignoring signal "SIGHUP" on Windows
Ignoring signal "SIGHUP" on Windows
Ignoring signal "SIGHUP" on Windows
? Do you want to install project dependencies? yes
Ignoring signal "SIGHUP" on Windows
? Which package manager do you want to use? deno
✔ Cloning the template
✔ Installing project dependencies
🎉 Copied project files
Get started with: cd my-app
The text was updated successfully, but these errors were encountered:
Related: #25699
The logs have become noisy since Deno 2.0. They are not visible in Node.js.
At least for me, it's better not to see it. Examples of
create-hono
are:npx create-hono@0.14.1
deno run npm:create-hono@0.14.1
The text was updated successfully, but these errors were encountered: