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
⛅️ wrangler 4.20.0
───────────────────
╭──────────────────────────────────────────────────────────────────────╮
│ [b] open a browser [d] open devtools [c] clear console [x] to exit │
╰──────────────────────────────────────────────────────────────────────╯
✘ [ERROR] Build failed with 2 errors:
✘ [ERROR] Could not resolve "hono"
src/index.ts:1:21:
1 │ import { Hono } from "hono";
╵ ~~~~~~
The Yarn Plug'n'Play manifest forbids importing "hono" here because it's not listed as a
dependency of this package:
../../.pnp.cjs:1097:31:
1097 │ "packageDependencies": [\
╵ ~~
You can mark the path "hono" as external to exclude it from the bundle, which will remove this
error and leave the unresolved path in the bundle.
✘ [ERROR] Could not resolve "hono/powered-by"
src/index.ts:2:26:
2 │ import { poweredBy } from "hono/powered-by";
╵ ~~~~~~~~~~~~~~~~~
The Yarn Plug'n'Play manifest forbids importing "hono" here because it's not listed as a
dependency of this package:
../../.pnp.cjs:1097:31:
1097 │ "packageDependencies": [\
╵ ~~
You can mark the path "hono/powered-by" as external to exclude it from the bundle, which will
remove this error and leave the unresolved path in the bundle.
🪵 Logs were written to "/Users/venkatakarthikeyanandam/Library/Preferences/.wrangler/logs/wrangler-2025-06-16_07-14-28_043.log"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Cloudflare collects anonymous telemetry about your usage of Wrangler. Learn more at https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/telemetry.md
⛅️ wrangler 4.20.0
───────────────────
╭──────────────────────────────────────────────────────────────────────╮
│ [b] open a browser [d] open devtools [c] clear console [x] to exit │
╰──────────────────────────────────────────────────────────────────────╯
✘ [ERROR] Build failed with 2 errors:
✘ [ERROR] Could not resolve "hono"
dependency of this package:
error and leave the unresolved path in the bundle.
✘ [ERROR] Could not resolve "hono/powered-by"
dependency of this package:
remove this error and leave the unresolved path in the bundle.
🪵 Logs were written to "/Users/venkatakarthikeyanandam/Library/Preferences/.wrangler/logs/wrangler-2025-06-16_07-14-28_043.log"
Beta Was this translation helpful? Give feedback.
All reactions