I am getting an error when installing the cli, can anyone help pls
Do you have latest CLI version?
That error was fixed recently
Yes, you can see in the picture it is a fresh install
I see
Try to login. Let's see it that works
Run:
appwrite login
Do you get the same error?
it gives the same error
installing with script also doesn't work
Yes, that's expected
The script doesn't work for now (known issue), you'd have to install it via npm
@D5 apparently i had an older version of node, I upgraded node and now the appwrite cli works
Great! Pinning the solution and marking as solved
[SOLVED] Appwrite cli install error
Recommended threads
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...