serverless-dns icon indicating copy to clipboard operation
serverless-dns copied to clipboard

can't deploy in cloudflare

Open wuyeguo opened this issue 1 month ago • 2 comments

the report is

15:27:42.627 | Initializing build environment... 15:27:42.627 | Initializing build environment... 15:27:44.681 | Success: Finished initializing build environment 15:27:45.026 | Cloning repository... 15:27:49.693 | No build output detected to cache. Skipping. 15:27:49.693 | No dependencies detected to cache. Skipping. 15:27:49.696 | Detected the following tools from environment: [email protected], [email protected] 15:27:49.845 | Installing project dependencies: bun install 15:27:49.971 | bun install v1.2.15 (df017990) 15:27:49.989 | Resolving dependencies 15:27:52.987 | Resolved, downloaded and extracted [3800] 15:27:52.992 | error: @serverless-dns/lfu-cache@github:serverless-dns/lfu-cache#v3.5.2 failed to resolve 15:27:53.016 | Failed: error occurred while installing tools or dependencies

wuyeguo avatar Dec 04 '25 07:12 wuyeguo

15:27:49.971 | bun install v1.2.15 (df017990) ... 15:27:52.992 | error: @serverless-dns/lfu-cache@github:serverless-dns/lfu-cache#v3.5.2 failed to resolve

Is bun's bundler having trouble fetching js repos from GitHub?

ignoramous avatar Dec 04 '25 19:12 ignoramous

15:27:49.971 | bun install v1.2.15 (df017990) ... 15:27:52.992 | error: @serverless-dns/lfu-cache@github:serverless-dns/lfu-cache#v3.5.2 failed to resolve

Is bun's bundler having trouble fetching js repos from GitHub?

This is all the information I obtained from the Cloudflare deployment interface. My installation method was clicking the link provided in the README: https://deploy.workers.cloudflare.com/?url=https://github.com/serverless-dns/serverless-dns

wuyeguo avatar Dec 05 '25 07:12 wuyeguo