gpt4 book ai didi

npm-install - 由 Angular 提供的 es5BrowserSupport

转载 作者:行者123 更新时间:2023-12-03 21:49:31 25 4
gpt4 key购买 nike

我已经用版本 10.0.5(全局和本地)更新了我的 Angular CLI,而我正在尝试通过以下命令构建我的 Angular 项目 -

ng build
我低于错误 -

Schema validation failed with the following errors: Data path ""should NOT have additional properties(es5BrowserSupport).


当我探索这个错误时,我发现-
@angular/cli 要求最低版本 7.3 &
@angular-devkit/build-angular 要求最低版本 0.13
但我想我有更新的版本,因为我重新检查过,它显示我已经有了两个包的更新版本。
仅供引用..我不能在 Angular.json 中评论这个选项 (es5BrowserSupport: true),我想保留这个,因为如果我评论这个选项,它会产生其他问题。
现在我不明白我在这里做错了什么。谁能建议一些方法来解决这个问题?因为目前由于这个问题我无法运行我的项目。
仅供引用,我的旧 Angular CLI 版本是-
@angular/cli": "^8.3.20"

最佳答案

属性(property)es5BrowserSupport已弃用并已删除。
ES5 polyfill 的包含将由 browserslist 配置中列出的浏览器确定。

BREAKING CHANGE
Deprecated browser builder option es5BrowserSupport has been removed. The inclusion for ES5 polyfills will be determined from the browsers listed in the browserslist configuration.


https://github.com/angular/angular-cli/pull/17484

关于npm-install - 由 Angular 提供的 es5BrowserSupport,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63225007/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com