Adobe AIO CLI resulting in error
I am trying to set-up the Adobe IO cli to tail the logs for AEMaaCS following the document
https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/local-development-environment-set-up/development-tools.html?lang=en#aio-cli
I am able to install Node version which is currently
>node --version
v12.22.12
However, when i am trying to run the command
aio plugins:install @adobe/aio-cli-plugin-cloudmanager
I see below error
C:\Users\aswaroop>aio plugins:install @adobe/aio-cli-plugin-cloudmanager
C:\Users\aswaroop\AppData\Roaming\npm\node_modules\@adobe\aio-cli\node_modules\@oclif\core\lib\command.js:41
delete this.globalFlags?.json;
^
SyntaxError: Unexpected token '.'
←[90m at wrapSafe (internal/modules/cjs/loader.js:915:16)←[39m
←[90m at Module._compile (internal/modules/cjs/loader.js:963:27)←[39m
←[90m at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)←[39m
←[90m at Module.load (internal/modules/cjs/loader.js:863:32)←[39m
←[90m at Function.Module._load (internal/modules/cjs/loader.js:708:14)←[39m
←[90m at Module.require (internal/modules/cjs/loader.js:887:19)←[39m
←[90m at require (internal/modules/cjs/helpers.js:74:18)←[39m
at Object.<anonymous> (C:\Users\aswaroop\AppData\Roaming\npm\node_modules\←[4m@adobe←[24m\aio-cli\node_modules\←[4m@oclif←[24m\core\lib\index.js:6:19)
←[90m at Module._compile (internal/modules/cjs/loader.js:999:30)←[39m
←[90m at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)←[39m
Do we have any resolution to this?
@joerghoh @kautuk_sahni @28655


