After update to 3.0 I have the following error:
`/usr/local/lib/node_modules/appwrite-cli/lib/commands/assistant.js:13 const assistant = new Command("assistant").description(commandDescriptions['assistant']).configureHelp({ ^
TypeError: (intermediate value).description(...).configureHelp is not a function at Object.<anonymous> (/usr/local/lib/node_modules/appwrite-cli/lib/commands/assistant.js:13:90) at Module._compile (node:internal/modules/cjs/loader:1256:14) at Module._extensions..js (node:internal/modules/cjs/loader:1310:10) at Module.load (node:internal/modules/cjs/loader:1119:32) at Module._load (node:internal/modules/cjs/loader:960:12) at Module.require (node:internal/modules/cjs/loader:1143:19) at require (node:internal/modules/cjs/helpers:121:18) at Object.<anonymous> (/usr/local/lib/node_modules/appwrite-cli/index.js:18:23) at Module._compile (node:internal/modules/cjs/loader:1256:14) at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
Node.js v18.17.1`
Yes, it's a known issue: https://github.com/appwrite/sdk-for-cli/issues/93
we're working on a fix.
Ah, ok, I tried to install fresh install of 1.4.1 now. But, ye, thanks for the info. I will be waiting for fix then.
you could try using 2.0.2
I will try. By the way, what is stability of 1.4.1 now, it's worth to test or better to wait yet?
wait for 1.4.2
Sure, thanks
when do you plan with rollout?
Next couple of days
Recommended threads
- 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...
- Project Limit Issue on Education Plan
Hello Appwrite Team! I have successfully activated the GitHub Student Developer Pack on my account, and my billing dashboard confirms I have Pro resources (2TB ...
- Golang for backend
hi coders! ,I am new to golang and backend as a whole, I found golang pretty easy to learn due to my previous knowledge in CPP and python, the syntax felt prett...