I want to build an Angular application with Angular’s own CLI and then add the latest version of the Cumulocity CLI via the ng add @c8y/cli
command.
I have tried downgrading my NodeJs version from 16 to 14 to use the latest version of c8y/cli 1016.0.324 , but when I do so I get an error stating that Angular CLI requires a minimum of v16.13
Unfortunately, the official guide has been outdated for while and the latest related topic on the forum that I could find only dates back to October 2022.
What versions of NodeJs, NPM, and Angular do I need in order to run the latest C8Y CLI in my application?