Junhan Yang created FLINK-25714:
-----------------------------------
Summary: Remove @ant-design/icons-angular dependency once NG-ZORRO
supports node v16.X
Key: FLINK-25714
URL: https://issues.apache.org/jira/browse/FLINK-25714
Project: Flink
Issue Type: Technical Debt
Components: Runtime / Web Frontend
Reporter: Junhan Yang
{{@ant-design/icons-angular}} is a dependency for NG-ZORRO.
When I ran {{npm install}} under node v14.18.X, everything worked fine. But if
I ran the former command under node v16.10.X, {{@ant-design/icons-angular}} did
not install as expected. This may be caused by the fact that NG-ZORRO's
package.json engines field still uses {{{}^12.20.0 || ^14.0.0{}}}, missing
{{^16.0.0}} (according to [angular version
guide|https://gist.github.com/LayZeeDK/c822cc812f75bb07b7c55d07ba2719b3]).
We should remove this explicit dependency once NG-ZORRO fixes it.
Tracking issue: https://github.com/NG-ZORRO/ng-zorro-antd/issues/7225
--
This message was sent by Atlassian Jira
(v8.20.1#820001)