Rank 2: Process
Getting "MODULE_NOT_FOUND" error after installing appwrite_cli
Votes
0
Replies
24
Participants
Unknown
Messages
25
There was some error with version 3.0.0
Can you try to upgrade it?
By reinstalling?
npm install -g appwrite-cli
Rank 2: Process
I have just installed it like 10 mins ago
Using NPM or other methods?
Rank 2: Process
both methods
Like also brew?
Rank 2: Process
installed it using "script" & "npm"
Rank 2: Process
both method is giving error
Got it
How've you installed it using script?
Meaning what OS you have?
Rank 2: Process
Archlinux
Good
Rank 2: Process
there is a script in documentation
Rank 2: Process
curl -sL https://appwrite.io/cli/install.sh | bash
this one
👍
Run
which appwrite
To check which one is running and share the results
Rank 2: Process
/usr/local/bin/appwrite
What version of node you have?
Rank 2: Process
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 👍
Rank 2: Process
Thanks for response 👍