Rank 2: Process
Just installed appwrite-cli and this is what i get
PS C:\Users\Arman Fatah\Desktop\projects\appwrite> npm install -g appwrite-cli
added 76 packages in 12s
PS C:\Users\Arman Fatah\Desktop\projects\appwrite> appwrite --version
C:\nvm\v18.17.1\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. (C:\nvm\v18.17.1\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. (C:\nvm\v18.17.1\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
PS C:\Users\Arman Fatah\Desktop\projects\appwrite>