create-hono
create-hono copied to clipboard
installer fails to fetch
What version of Hono are you using?
create-hono version 0.19.3
What runtime/platform is your app running on? (with version if possible)
nodejs
What steps can reproduce the bug?
Hi, The following command fails:
$ npx create-hono -p npm -t nodejs -i
create-hono version 0.19.3
✔ Target directory .
✔ Directory not empty. Continue? Yes
⠙ Cloning the templatefile:///home/b/.npm/_npx/0aa36a1930caf790/node_modules/create-hono/bin:6757
throw new Error(`Error running hook for ${templateName}: ${e instanceof Error ? e.message : e}`);
^
Error: Error running hook for nodejs: Failed to fetch https://api.github.com/repos/honojs/starter/tarball/v0.19
at Command.main (file:///home/b/.npm/_npx/0aa36a1930caf790/node_modules/create-hono/bin:6757:11)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
Node.js v24.4.1
The reason for this issue might be my proxy settings.
$ env | grep proxy
no_proxy=.192.168.0.0/16,172.16.0.0/16
https_proxy=http://proxy.op.dxs:3128/
http_proxy=http://proxy.op.dxs:3128/
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
This is not an issue about the honojs/hono project. I'll transfer this to honojs/create-hono.
The reason for this issue might be my proxy settings.
Are you using create-hono in an environment that requires a proxy connection? giget-core, used internally by create-hono, does not support proxies now.