-
Hi there, the latest version (v20.1.2) has bumped quite a few dependencies, some of which now require Node 20.x. However, package This discrepancy causes these warnings when using Node 18.x: Run npm i -D @badeball/cypress-cucumber-preprocessor
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '[email protected]',
npm warn EBADENGINE required: { node: '20 || >=22' },
npm warn EBADENGINE current: { node: 'v18.20.4', npm: '10.7.0' }
npm warn EBADENGINE }
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '[email protected]',
npm warn EBADENGINE required: { node: '20 || >=22' },
npm warn EBADENGINE current: { node: 'v18.20.4', npm: '10.7.0' }
npm warn EBADENGINE }
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '[email protected]',
npm warn EBADENGINE required: { node: '20 || >=22' },
npm warn EBADENGINE current: { node: 'v18.20.4', npm: '10.7.0' }
npm warn EBADENGINE }
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '[email protected]',
npm warn EBADENGINE required: { node: '20 || >=22' },
npm warn EBADENGINE current: { node: 'v18.20.4', npm: '10.7.0' }
npm warn EBADENGINE }
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '[email protected]',
npm warn EBADENGINE required: { node: '20 || >=22' },
npm warn EBADENGINE current: { node: 'v18.20.4', npm: '10.7.0' }
npm warn EBADENGINE }
added 114 packages, and audited 733 packages in 2s
167 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities (pasted from here) Package But because of the engine issues, I'm not quite sure how to proceed here:
Do you maybe have any suggestions? I don't have that much experience with that in the npm ecosystem. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Support for Node v18 will be re-introduced. Meanwhile, you can pin the version of |
Beta Was this translation helpful? Give feedback.
Support for node v18 has been re-introduced with v21.0.0.