Warning while npm install : EBADENGINE Unsupported engine

Viewed 37

The following error occured while installing healess ui. What does this warning mean ? HAs the headless Ui been installed without any bug ?

 $ npm i @headlessui/react
    npm WARN EBADENGINE Unsupported engine {
    npm WARN EBADENGINE   package: 'next-auth@4.10.3',
    npm WARN EBADENGINE   required: { node: '^12.19.0 || ^14.15.0 || ^16.13.0' },
    npm WARN EBADENGINE   current: { node: 'v18.9.0', npm: '8.19.1' }
    npm WARN EBADENGINE }
    npm WARN EBADENGINE Unsupported engine {
    npm WARN EBADENGINE   package: 'openid-client@5.1.9',
    npm WARN EBADENGINE   required: { node: '^12.19.0 || ^14.15.0 || ^16.13.0' },
    npm WARN EBADENGINE   current: { node: 'v18.9.0', npm: '8.19.1' }
    npm WARN EBADENGINE }
    

added 1 package, and audited 406 packages in 7s 92 packages are looking for funding run npm fund for details

    found 0 vulnerabilities
0 Answers
Related