"AngularCli" does not exist in the "Microsoft.AspNetCore.SpaServices" namespace
For Microsoft.AspNetCore.SpaServices.AngularCli
, it exists under Microsoft.AspNetCore.SpaServices.Extensions
package instead of Microsoft.AspNetCore.SpaServices
.
Try to install Microsoft.AspNetCore.SpaServices.Extensions
.