Update to angular 5 throws Version of @angular/compiler-cli needs to be 2.3.1 or greater. Current version is 5.1.0

前端 未结 1 1135
北海茫月
北海茫月 2021-01-01 01:09

I want to upgrade angular 4 from asp.net core2 to angular 5 (latest one)

I did this steps:

  1. dotnet new angular
  2. npm install @

相关标签:
1条回答
  • 2021-01-01 01:36

    found the answer After upgrading to angular 5 webpack command is failing

    npm install --save-dev @ngtools/webpack@latest

    0 讨论(0)
提交回复
热议问题