hi i tried `wrangler dev experimental

hi, i tried wrangler dev --experimental-local with miniflare installed locally and i'm getting an error
No description
4 Replies
Arnór
ArnórOP3y ago
i'm using yarn workspaces.. possibly that's an issue normal --local works fine
MrBBot
MrBBot3y ago
Hey! 👋 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.
rodrigo
rodrigo3y ago
@mrbbot I understand by default Wrangler is still using Miniflare 2, right?
MrBBot
MrBBot3y ago
Yep! --local is Miniflare 2.

Did you find this page helpful?