-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Which product are you using?
Headless
product version
3.27.2
bug description
When using coveo/headless or coveo/bueno and running npm install there comes a warning that node24 is not supported:
Steps to reproduce
use coveo/headless or coveo/bueno and run npm install.
Relevant log output
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '@coveo/[email protected]',
npm warn EBADENGINE required: { node: '^20.9.0 || ^22.11.0' },
npm warn EBADENGINE current: { node: 'v24.3.0', npm: '11.4.2' }
npm warn EBADENGINE }
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '@coveo/[email protected]',
npm warn EBADENGINE required: { node: '^20.9.0 || ^22.11.0' },
npm warn EBADENGINE current: { node: 'v24.3.0', npm: '11.4.2' }
npm warn EBADENGINE }Copilot
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request