
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
- [Node.js SDK] Bypass 2GB file limit?
Hello. Using either InputFile.fromPath or InputFile.fromBuffer throws this error: File size (2295467305) is greater than 2 GiB Bucket limit etc. is setup corre...
- Does appwrite have any alternative solut...
Hi Everyone, ... I am looking for a solution for AWS ECS Fargate in appwrite. Can anyone let me know if this is possible?
- Relationship null, even when relationshi...
Hi Everyone, im experiencing issues with set relation data. When im setting the document id from the related database most of them seem fine, except one table. ...
