You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
karma-coverage, dependency of videojs-generate-karma-config, contains istanbul dependency that is a deprecated library.
To solve, update karma-coverage to latest version.
Steps to Reproduce
yarn init -y
yarn add videojs-generate-karma-config
See yarn log
Results
Actual
yarn log:
...
warning videojs-generate-karma-config > karma-coverage > [email protected]: This module is no longer maintained, try this instead:
npm i nyc
Visit https://istanbul.js.org/integrations for other alternatives.
...
Expect
No warning in yarn log.
The text was updated successfully, but these errors were encountered:
Summary
karma-coverage
, dependency ofvideojs-generate-karma-config
, containsistanbul
dependency that is a deprecated library.To solve, update
karma-coverage
to latest version.Steps to Reproduce
yarn init -y
yarn add videojs-generate-karma-config
Results
Actual
yarn log:
Expect
No warning in yarn log.
The text was updated successfully, but these errors were encountered: