[
https://issues.apache.org/jira/browse/KAFKA-20051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18051765#comment-18051765
]
ASF GitHub Bot commented on KAFKA-20051:
----------------------------------------
seekskyworld opened a new pull request, #784:
URL: https://github.com/apache/kafka-site/pull/784
Issue: https://issues.apache.org/jira/browse/KAFKA-20051
Summary:
- add npm overrides to keep read-package-up/read-pkg on Node
20.13-compatible versions
- avoid pulling normalize-package-data@8/hosted-git-info@9 which require
Node >=20.17
Motivation:
- current hugo-extended dependency chain emits EBADENGINE warnings with Node
20.13.x
Validation:
- npm install --ignore-scripts
> Npm warnings when building website
> ----------------------------------
>
> Key: KAFKA-20051
> URL: https://issues.apache.org/jira/browse/KAFKA-20051
> Project: Kafka
> Issue Type: Bug
> Components: website
> Reporter: Mickael Maison
> Priority: Major
>
> After merging [https://github.com/apache/kafka-site/pull/777,] we now get
> warnings when building the website:
> {noformat}
> npm WARN EBADENGINE Unsupported engine {
> npm WARN EBADENGINE package: '[email protected]',
> npm WARN EBADENGINE required: { node: '^20.17.0 || >=22.9.0' },
> npm WARN EBADENGINE current: { node: 'v20.15.1', npm: '10.2.5' }
> npm WARN EBADENGINE }
> npm WARN EBADENGINE Unsupported engine {
> npm WARN EBADENGINE package: '[email protected]',
> npm WARN EBADENGINE required: { node: '^20.17.0 || >=22.9.0' },
> npm WARN EBADENGINE current: { node: 'v20.15.1', npm: '10.2.5' }
> npm WARN EBADENGINE }{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)