浏览器列表:caniuse-lite 已过时 - Microsoft.AspNetCore.SpaServices[0]

iva*_*ron 1 asp.net-core-mvc .net-core asp.net-core angular

使用模板 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`
Run Code Online (Sandbox Code Playgroud)

我尝试运行,npm update但它不起作用,并且在运行该命令时没有收到任何消息。

所有版本

Angular CLI: 10.0.5
Node: 14.4.0
DotNet: 3.1.201
Run Code Online (Sandbox Code Playgroud)

包版本:

在此处输入图片说明

我怎样才能解决这个问题?谢谢

Rae*_*nha 7

我正在使用react而不是,angular我遇到了同样的问题。

根据browserlist文档,为了修复,运行:

npx browserslist@latest --update-db
Run Code Online (Sandbox Code Playgroud)