Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Wrangler, the CLI for Cloudflare Workers #26349

Open
kensukesaito opened this issue Oct 17, 2024 · 1 comment · May be fixed by #26351
Open

Support Wrangler, the CLI for Cloudflare Workers #26349

kensukesaito opened this issue Oct 17, 2024 · 1 comment · May be fixed by #26351
Labels
bug Something isn't working correctly node compat node:vm Issues related to node:vm module

Comments

@kensukesaito
Copy link

I checked the fix with Deno v2.0.1, but it seems that a different error has occurred.

[Closed] Support Wrangler, the CLI for Cloudflare Workers
#25899

[Merged] fix(child_process): map node --no-warnings flag to --quiet
#26288

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

$ deno run npm:wrangler

error: unexpected argument '--experimental-vm-modules' found

  tip: a similar argument exists: '--ext'
  tip: to pass '--experimental-vm-modules' as a value, use '-- --experimental-vm-modules'

Usage: deno run --quiet --ext <ext> [SCRIPT_ARG]...
$ deno --version

deno 2.0.1 (stable, release, aarch64-apple-darwin)
v8 12.9.202.13-rusty
typescript 5.6.2
$ npx wrangler --version

 ⛅️ wrangler 3.80.5
-------------------
@marvinhagemeister marvinhagemeister added bug Something isn't working correctly node compat node:vm Issues related to node:vm module labels Oct 17, 2024
@EdamAme-x
Copy link

EdamAme-x commented Oct 17, 2024

same issue
I'll work on it.

Task dev deno run -A npm:wrangler dev
error: unexpected argument '--experimental-vm-modules' found

  tip: a similar argument exists: '--ext'
  tip: to pass '--experimental-vm-modules' as a value, use '-- --experimental-vm-modules'

Usage: deno run --quiet --ext <ext> [SCRIPT_ARG]...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly node compat node:vm Issues related to node:vm module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants