当运行带有模板角的应用程序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包版本:

我怎么才能解决这个问题?谢谢
发布于 2020-09-22 14:37:12
我使用的是react而不是angular,我也面临着同样的问题。
根据browserlist documentation,为了修复,运行:
npx browserslist@latest --update-dbhttps://stackoverflow.com/questions/63326162
复制相似问题