cypress-cucumber-preprocessor
cypress-cucumber-preprocessor copied to clipboard
NPM Warn deprecated [email protected]
Current behavior
When installing the preprocessor I received the warning mesage npm WARN deprecated [email protected]: This version has a critical bug in fallback handling. Please upgrade to [email protected] or newer.npm WARN deprecated [email protected]: This version has a critical bug in fallback handling. Please upgrade to [email protected] or newer. A previously closed bug stated that this was handled in 20.0.5, but I am seeing it again in the latest version.
Desired behavior
The desired behavior is that it does not show the warning message that the deprecated reflect-metadata is still being used
Test code to reproduce
Versions
- Cypress version: 13.13.0
- Preprocessor version: 20.1.0
- Node version: 20.9.0
Checklist
- [x] I've read the FAQ.
- [x] I've read instructions for logging issues.
- [x] I'm not using
[email protected](package name has changed and it is no longer the most recent version, see #689).