How can I update my custom app to the latest (current 1004.x) cumulocity UI package using the old ng1 command line tools?
Updating to a previous 9.x version works fine:
>c8y install 9.20.13
Installing 9.20.13 UI Package...
npm+ cumulocity-ui-build@9.20.13
updated 1 package and audited 1 package in 30.478s
found 0 vulnerabilities
9.20.13 UI package installed
But trying to update to any version >= 1004.0 fails:
>c8y install 1004.0.6
1004.0.6 UI not found
By the way, c8y install latest
always installs version 9.20.8
.