Why am I still not upgrading to the latest Vercel even after this command?
npm i -g vercel@latest
And get this warning:
╭──────────────────────────────────────────────────────────╮ │ │ │ Update available! v34.2.7 ≫ v41.7.4 │ │ Changelog: https://github.com/vercel/vercel/releases │
│ Run npm i -g vercel@latest to update. │
│ │
╰──────────────────────────────────────────────────────────╯
I have also run the command with sudo as well as npm cache clean -f
FYI,
which vercel && node --version && npm --version /usr/local/bin/vercel v23.10.0 10.5.0
Many thanks!