Mickael Maison created KAFKA-20051:
--------------------------------------
Summary: 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
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)