I am very eager to try out this tool and give feedback, unfortunately the current version 0.0.9 seems to be broken, all the commands I try, I get this error:
$ npx serverless-compose info --verbose
/.../node_modules/@serverless/compose-beta/src/index.js:44
handleError(error, context.logger);
^
TypeError: Cannot read properties of undefined (reading 'logger')
at process.<anonymous> (../node_modules/@serverless/compose-beta/src/index.js:44:30)
at Object.onceWrapper (node:events:510:26)
at process.emit (node:events:390:28)
at process._fatalException (node:internal/process/execution:170:25)
at processPromiseRejections (node:internal/process/promises:246:11)
at processTicksAndRejections (node:internal/process/task_queues:97:32)
I am very eager to try out this tool and give feedback, unfortunately the current version
0.0.9
seems to be broken, all the commands I try, I get this error: