Node version
The current node version (18.16) leads to the following errors:
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'execa@9.3.0',
npm WARN EBADENGINE required: { node: '^18.19.0 || >=20.5.0' },
npm WARN EBADENGINE current: { node: 'v18.16.0', npm: '9.5.1' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'human-signals@7.0.0',
npm WARN EBADENGINE required: { node: '>=18.18.0' },
npm WARN EBADENGINE current: { node: 'v18.16.0', npm: '9.5.1' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'tido@4.3.1',
npm WARN EBADENGINE required: { node: '>= 20.0.0', npm: '>= 6.13.4' },
npm WARN EBADENGINE current: { node: 'v18.16.0', npm: '9.5.1' }
npm WARN EBADENGINE }
Edited by Michelle Weidling