[
https://issues.apache.org/jira/browse/NIFI-9555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17470879#comment-17470879
]
Kevin Doran commented on NIFI-9555:
-----------------------------------
In a quick test, updated this in the top level pom.xml file works fine for
nifi-web-ui, but causes issues with nifi-registry-web-ui:
{noformat}
<node.version>v16.13.1</node.version>
{noformat}
> Upgrade NodeJS to version >=16.x
> --------------------------------
>
> Key: NIFI-9555
> URL: https://issues.apache.org/jira/browse/NIFI-9555
> Project: Apache NiFi
> Issue Type: Sub-task
> Components: Core UI
> Reporter: Kevin Doran
> Priority: Minor
>
> NiFi is currently on NodeJS v12, which is an LTS release of Node that is EOL
> in April 2022.
> We should upgrade to the latest LTS release, which is v16.
> This is also a requirement for adding support for arm64 platforms such as
> Apple Silicon M1 Macs, as v12 does not have a darwin-arm64 node distribution,
> but more recent versions such as 16 do.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)