我正在尝试使用 Angular 发布 dotnet core 2.2 应用程序。
在发布期间,我收到以下错误:
Version of @angular/compiler-cli needs to be 2.3.1 or greater. Current version is "7.2.15"
我尝试修复版本,运行 npm install 和 npm update。但老实说,我不明白问题出在哪里。
我尝试使用以下命令发布:
dotnet publish -c Release -r linux-x64
发布作品没有错误。