hi i tried `wrangler dev experimental
hi, i tried
wrangler dev --experimental-local
with miniflare installed locally and i'm getting an error
4 Replies
i'm using yarn workspaces.. possibly that's an issue
normal
--local
works fineHey! 👋 It's possible Wrangler's got an old Miniflare 3 version installed? Could you either try removing your
node_modules
folder, or running yarn add @miniflare/tre@next -D
in your workspace.@mrbbot I understand by default Wrangler is still using Miniflare 2, right?
Yep!
--local
is Miniflare 2.