【发布时间】:2020-08-09 12:07:46
【问题描述】:
使用模板 angular 运行应用程序 dotnet-core 时遇到问题 我收到了这个错误:
Browserslist: caniuse-lite is outdated. Please run the following command: `npm update`fail: Microsoft.AspNetCore.SpaServices[0]
Browserslist: caniuse-lite is outdated. Please run the following command: `npm update`
我尝试运行npm update,但它不起作用,并且在我运行该命令时没有收到任何消息。
所有版本
Angular CLI: 10.0.5
Node: 14.4.0
DotNet: 3.1.201
包版本:
我该如何解决这个问题? 谢谢
【问题讨论】:
-
这里是link,也许你可以试试
Scott Kuhl说的,
标签: angular asp.net-core .net-core asp.net-core-mvc