So I followed the instructions for installing the CLI on windows as given on https://appwrite.io/docs/command-line but I am getting this error. How do I fix this?
Did you try to use it with npm?
I got the same error when i used it with the binary prebuild
Still getting the same error. What should I do?
Did you uninstall the binary?
have you tried running npx appwrite -v
had the same issue and this worked for me
I have the same issue and using it with npm didnt resolve it. It complains about unexpected tokens when installed via npm install -g appwrite-cli
I tried older Releases with the same effect only the unexpected tokens are changing e.g. in cli version 3.0.0 its "?"
You might need to upgrade the version of node on your machine. It you're still having trouble please create a new <#1072905050399191082> post
Recommended threads
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- Github Student org plan shows "Free Plan...
For few days, there is banner info appearing, says "Your Free plan includes up to 2 projects and limited resources" in github stundent org plan..?
- I can't share code between functions
Operating System: MacOS Appwrite Version: self-hosted 1.8.1 Appwrite CLI Version: 13.2.1 I want to split code up to share it between my functions. At the momen...