Rank 1: Thread
After upgrading Appwrite CLI to 2.0.0 all commands fails with the below error message. Installation of Appwrite CLI was done through npm.
"/usr/local/lib/node_modules/appwrite-cli/lib/commands/console.js:13const console = new Command("console").description(commandDescriptions['console']).configureHelp({ ^TypeError: (intermediate value).description(...).configureHelp is not a function at Object.<anonymous> (/usr/local/lib/node_modules/appwrite-cli/lib/commands/console.js:13:84) at Module._compile (node:internal/modules/cjs/loader:1275:14) at Module._extensions..js (node:internal/modules/cjs/loader:1329:10) at Module.load (node:internal/modules/cjs/loader:1133:32) at Module._load (node:internal/modules/cjs/loader:972:12) at Module.require (node:internal/modules/cjs/loader:1157:19) at require (node:internal/modules/helpers:119:18) at Object.<anonymous> (/usr/local/lib/node_modules/appwrite-cli/index.js:18:21) at Module._compile (node:internal/modules/cjs/loader:1275:14) at Module._extensions..js (node:internal/modules/cjs/loader:1329:10)Node.js v19.9.0"