I'm trying to build an ionic web-build to be deployed through AppFlow live updates, using the ionic-cloud cli, by running:
ionic-cloud build web --app-id=12345678 --commit=35d97a73bf3bb7144bcc9473bcc9b6e0fb2ec500
I'm getting an npm incompatability error, because it is building my project for the latest ionic-stack, while my build is targetting an earlier 2022.07 stack:
How can I specify the build stack when running ionic-cloud build command manually?
Info about specifying the build stack using the ionic-cloud-cli for web builds can be found by typing
ionic-cloud build web -h
:So the use a specific build stack, run:
For stack 2022.07 that is in the question, run: