You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon closer inspection, the angular17 build parameters are different. In angular.json, change "builder" back to "@angular-devkit/build-angular:browser" in version 16, and set "main" in option :"src/main.ts". You can also return directly to Angular16.2.
开发环境:
Angular: 17.2.0,
Node: 20.11.0,
npm: 10.2.4,
echarts: 5.4.3,
echarts-gl: 2.0.9,
......
在构建脚本中,将angular的默认构建由"builder": "@angular-devkit/build-angular:browser", 更改为"builder": "@angular-devkit/build-angular:browser-esbuild";
在执行ng build时出现如下问题:
这该如何解决?
The text was updated successfully, but these errors were encountered: