LamiL
Denoβ€’3y agoβ€’
1 reply
Lami

Deployctl, error: Uncaught (in promise) NotFound: Failed to spawn 'start': program not found

> deployctl logs a
i Provisioning a new access token...
i Authorization URL: https://dash.deno.com/signin/cli?claim_challenge=example
error: Uncaught (in promise) NotFound: Failed to spawn 'start': program not found
      .spawn()
       ^
    at spawnChildInner (ext:runtime/40_process.js:164:17)
    at spawnChild (ext:runtime/40_process.js:185:10)
    at Command.spawn (ext:runtime/40_process.js:453:12)
    at provision (https://deno.land/x/deploy@1.9.0/src/utils/access_token.ts:63:8)
    at eventLoopTick (ext:core/01_core.js:181:11)
    at async Object.provision (https://deno.land/x/deploy@1.9.0/src/utils/access_token.ts:13:19)
    at async API.#request (https://deno.land/x/deploy@1.9.0/src/utils/api.ts:99:44)
    at async API.#requestJson (https://deno.land/x/deploy@1.9.0/src/utils/api.ts:121:17)
    at async default (https://deno.land/x/deploy@1.9.0/src/subcommands/logs.ts:112:27)
    at async https://deno.land/x/deploy@1.9.0/deployctl.ts:93:5


When I try to check the Deno Deploy logs from Deployctl, an error occurs and I cannot log in.

> deno --version
deno 1.39.1 (release, x86_64-pc-windows-msvc)
v8 12.0.267.8
typescript 5.3.3
Was this page helpful?