Running Wrangler locally, I'm told that my version is out of date, and that I should run: ``` npm in

Running Wrangler locally, I'm told that my version is out of date, and that I should run:
npm install --save-dev wrangler@4`

However this brings the following error:
npm ERR! code EINVALIDTAGNAME
npm ERR! Invalid tag name "4`" of package "wrangler@4`": Tags may not have any characters that encodeURIComponent encodes.
Was this page helpful?