Hey team! I am getting this warning everytime I ru...
# fleet
m
Hey team! I am getting this warning everytime I run something in fleetctl:
Copy code
Warning: Version mismatch.
Client Version:   4.14.0
Server Version:  0.0.0-SNAPSHOT-d61df9a
I think this means my fleetctl needs to be updated? How do I do that? Couldn’t find it in the docs. Do I just go through node?
k
Node’s the way to go. ‘npm i -g fleetctl@latest’ would get you the most recent release, and you can use ‘npm i -g fleetctl@<version>’ to install a specific version.
If you're up for it, a ticket for updating the docs to include more information would be awesome.
m
got it! thank you! Just making sure that’s the case… I never installed it via npm, because I got it installed as part of onboarding…
Will do!
ty 1
z
Ah, so this would be because we have deployed
main
internally rather than an actual released version of Fleet. I'd advise to ignore this at the moment.
👍 1