I'm trying to publish a dotnet core 2.2 app with angular.
During the publishing I get following error:
Version of @angular/compiler-cli needs to be 2.3.1 or greater. Current version is "7.2.15"
I've tried to fix the version, running npm install and npm update. But honestly speaking I don't understand what is the problem.
I've tried to publish with following command:
dotnet publish -c Release -r linux-x64
Publish works without error.