mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[GH-ISSUE #64] 部署一直失败是什么原因呢 #26
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wuzheng2012 on GitHub (Feb 1, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/64
部署一直提示这个是什么原因呢
@dreamhunter2333 commented on GitHub (Feb 4, 2024):
是否创建 d1 数据库了呢
@dreamhunter2333 commented on GitHub (Feb 4, 2024):
@asdf1319964f commented on GitHub (Feb 25, 2024):
/npm ERR! could not determine executable to run

npm ERR! A complete log of this run can be found in: /root/.npm/_logs/2024-02-25T22_12_20_908Z-debug-0.logroot@localhost:~/cloudflare_temp_email/worker# npx run deploy
Watching /root/cloudflare_temp_email/worker and all sub-directories not excluded by your .gitignore. Will not monitor dotfiles.
Found & ignored ./wrangler.toml ; is listed in .gitignore
Starting: deploy node:internal/modules/cjs/loader:1152
throw err; ^
Error: Cannot find module '/root/cloudflare_temp_email/worker/deploy'
at Module._resolveFilename (node:internal/modules/cjs/loader:1149:15) at Module._load (node:internal/modules/cjs/loader:990:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
at node:internal/main/run_main_module:28:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
怎么会报错
@dreamhunter2333 commented on GitHub (Feb 26, 2024):
可以试试 pnpm 或者npm么