We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installs shouldn't warn about vulnerabilities?
Please include any error messages from the browser console and/or screenshots
npm ci warns about critical vulnerabilities, because of outdated build dependencies.
npm ci
Run npm ci or npm audit.
npm audit
The text was updated successfully, but these errors were encountered:
The warning itself is generated by an old Babel 6 plugin, which is no longer maintained (or supported by Babel 7.)
Fixed by #7114, which cleans up the Babel config for modern browsers.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Expected behavior
Installs shouldn't warn about vulnerabilities?
Current behavior
Please include any error messages from the browser console and/or screenshots
npm ci
warns about critical vulnerabilities, because of outdated build dependencies.Steps to replicate
Run
npm ci
ornpm audit
.The text was updated successfully, but these errors were encountered: