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
- Firebase app import
I'm **very** new to appwrite and I just set up appwrite with docker and I'm trying to import a Firebase app I have set up but it's erroring and I don't really k...
- Failed sending to target <Email> with er...
Hi! I got this problem and trying to test the resend smtp server. But when I use messaging feature within the console it says. ```Failed sending to target <Ema...
- Appwrite functions dart runtime (3.7 sup...
It seems that currently Appwrite functions only support Dart runtime to 3.5, for my code I need dart 3.7. Is there any plan to support Dart3.7 runtime soon. Is ...