#keeps installing worker v 1 and not 2 or 3
11 messages · Page 1 of 1 (latest)
Can you share any more information? What keeps installing worker v1? When reporting an issue, it's generally a good idea to include steps so others can reproduce what you are describing.
It sounds like you might be installing @cloudflare/wrangler instead of wrangler though?
@cloudflare/wrangler is the old v1. wrangler is for v2+
npm install wrangler --save-dev
i try running the above
but the version is always 1.21.0
Do you possibly have wrangler installed through another means? If you uninstalled it, does it still work?