© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
Cloudflare DevelopersCD
Cloudflare Developers•9mo ago•
1 reply
max

Worker deploys started failing with "Uncaught Error: No such module "punycode""

Hi all! We're using Workers for Platforms to deploy Hono-based workers and as of a few days ago, the deployment requests started failing with

{
  result: null,
  success: false,
  errors: [
    {
      code: 10021,
      message: 'Uncaught Error: No such module "punycode".\n' +
        '  imported from "worker.js"\n'
    }
  ],
  messages: []
}
{
  result: null,
  success: false,
  errors: [
    {
      code: 10021,
      message: 'Uncaught Error: No such module "punycode".\n' +
        '  imported from "worker.js"\n'
    }
  ],
  messages: []
}


Have there been any changes made to the platform? We didn't change our build process and this is happening with previously successfully deploying code. Is there a recommended way around this?

We're deploying with the following flags:
compatibility_date: "2023-08-23",
compatibility_flags: ["nodejs_compat"],
compatibility_date: "2023-08-23",
compatibility_flags: ["nodejs_compat"],
Cloudflare Developers banner
Cloudflare DevelopersJoin
Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news
85,042Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Uncaught Error: No such module "node:http2".
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
5mo ago
Uncaught Error: No such module "node:process"
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
10mo ago
Uncaught Error: No such module " node:buffe
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
2y ago
Uncaught Error: No such module "cloudflare-internal:email".
Cloudflare DevelopersCDCloudflare Developers / workers-and-pages-help
3y ago