denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
96.55k stars 5.33k forks source link

Support Wrangler, the CLI for Cloudflare Workers #25899

Closed kensukesaito closed 4 days ago

kensukesaito commented 3 weeks ago

Cloudflare Workers SDK https://github.com/cloudflare/workers-sdk

$ deno run npm:wrangler

error: unexpected argument '--no-warnings' found

  tip: a similar argument exists: '--no-config'
  tip: to pass '--no-warnings' as a value, use '-- --no-warnings'

Usage: deno run --no-config [SCRIPT_ARG]...
$ deno --version

deno 2.0.0 (stable, release, aarch64-apple-darwin)
v8 12.9.202.13-rusty
typescript 5.6.2

They are not interested in supporting Deno.

Feature request: Support Deno https://github.com/cloudflare/workers-sdk/issues/6049

RickDT commented 1 week ago

Same on Deno 2.

bartlomieju commented 1 week ago

Seems related to how subprocesses are spawned. @littledivy is it something you could look at?

EdamAme-x commented 4 days ago

same issue on deno v2.0.0

bartlomieju commented 4 days ago

This should be fixed by https://github.com/denoland/deno/pull/26288

kensukesaito commented 4 days ago

@bartlomieju @nathanwhit Thank you for your prompt response!

bartlomieju commented 4 days ago

FYI this fix will be available in Deno 2.0.1 that will come out in a few hours.

kensukesaito commented 4 days ago

@bartlomieju Great, Thanks!

EdamAme-x commented 3 days ago

Thanks for great works!