

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
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- How do I get a list of registered user o...
I'm lost here, all info in the docs was how to get users that of a certain project, what I want to know is how to get current login-able user of my appwrite ins...
- Is Quick Start for function creation wor...
I am trying to create a Node.js function using the Quick Start feature. It fails and tells me that it could not locate the package.json file. Isn't Quick Start ...
