There was some error with version 3.0.0
Can you try to upgrade it?
By reinstalling?
npm install -g appwrite-cli
I have just installed it like 10 mins ago
Using NPM or other methods?
both methods
Like also brew?
installed it using "script" & "npm"
both method is giving error
Got it
How've you installed it using script?
Meaning what OS you have?
Archlinux
Good
there is a script in documentation
curl -sL https://appwrite.io/cli/install.sh | bash
this one
π
Run
which appwrite
To check which one is running and share the results
/usr/local/bin/appwrite
What version of node you have?
Thanks for the response but i searched through support and found that it is a bug and it is working when i use "npx appwrite -v" instead of "appwrite -v"
Output of
node --version
npm --version
Okay π
Thanks for response π
Recommended threads
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.
- How to successfully migrate from 1.9.0 t...
I've tried the automatic tool for migration but my Appwrite (self-hosted) went to a broken state. My functions wouldn't deploy anymore, some things just didn't ...
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...