I am having trouble since yesterday building Ionic Projects with Azure Devops.
It seems the Ionic Command is no longer including Angular/Cli as a global installed package.
Is anyone else experiencing this ? I have created this stackoverflow post.
https://stackoverflow.com/questions/53105978/azure-devops-cordova-command-failing-since-yesterday
Thanks
1 Like
So I have got this working for now with a hack, which I think should not be possible.
I created a separate build task to install the @angular/cli
package but this time with the -g
flag install i -g -E @angular/cli@6.2.6
This in itself seems like a problem to me as on other build processes I have not been able to do this as it requires higher privileges such as root user in Azure Devops.
So I think this means I have privileges I shouldn’t have on the build VM.
install them as a devDependency, then you can use them