npm 11 is logged as unsupported when running npm install:
> npm i Node 22.22.0
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: 'api-docs@0.0.0',
npm warn EBADENGINE required: { node: '>=20', npm: '>=9 <11' },
npm warn EBADENGINE current: { node: 'v22.22.0', npm: '11.15.0' }
npm warn EBADENGINE }
Is there a reason for this? Should this be updated?
It seams to work fine.
npm 11 is logged as unsupported when running
npm install:Is there a reason for this? Should this be updated?
It seams to work fine.