You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Junhan Yang (Jira)" <ji...@apache.org> on 2022/01/20 08:16:00 UTC

[jira] [Updated] (FLINK-25714) Remove @ant-design/icons-angular dependency once NG-ZORRO supports node v16.X

     [ https://issues.apache.org/jira/browse/FLINK-25714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Junhan Yang updated FLINK-25714:
--------------------------------
    Description: 
{{@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/7177] 

  was:
{{@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


> 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
>            Priority: Minor
>
> {{@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/7177] 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)