
Hi guys. I want to update my CLI version to 4.2.0 from 2.0.2 on my ubuntu docker. Is it the correct way to uninstall the CLI with
rm -f /usr/local/bin/appwrite | bash
and install it afterwards with
curl -sL https://appwrite.io/cli/install.sh | bash
Is there a better solution?
Also I get the following error when "updating" the described way
npm WARN notsup Not compatible with your version of node/npm: commander@9.5.0
npm WARN notsup Unsupported engine for inquirer@8.2.6: wanted: {"node":">=12.0.0"} (current: {"node":"10.19.0","npm":"6.14.4"})
npm WARN notsup Not compatible with your version of node/npm: inquirer@8.2.6```
How can I fix that? Thanks in advance 🙂

Guess I have to update the docker on my server (?) - Any guides you would suggest?
Recommended threads
- 1.7.0 Self Hosted Upgrade
Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2. 1.6.2 is working fine fresh, update to 1.7.0 and migrate fails Fresh inst...
- Functions not work on Server only Localh...
Hi, I successfully upgraded from 1.4 to 1.7, but I'm having a problem. The functions no longer work with the settings I had. I assume some changes were made. It...
- Console Login after upgrade
Hi, running a small instance self hosted, upgraded from 1.6.0 to 1.74 this morning before spotting the migration guide... When trying to login to the console n...
