karma-runner / karma

Spectacular Test Runner for JavaScript
http://karma-runner.github.io
MIT License
11.96k stars 1.71k forks source link

Npm warn deprecated inflight@1.0.6 rimraf@3.0.2 glob@7.2.3 #3891

Open rami-almofleh opened 3 weeks ago

rami-almofleh commented 3 weeks ago

when i run npm i i become many npm warning


npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported

package.json

    "karma": "~6.4.4",
    "karma-chrome-launcher": "~3.2.0",
    "karma-coverage": "~2.2.1",
    "karma-jasmine": "~5.1.0",
    "karma-jasmine-html-reporter": "~2.1.0",

another versions

angular/cli: 18.2.7
node: v20.18.0
npm: 10.8.2
anthony-redFox commented 2 weeks ago

duplicated https://github.com/karma-runner/karma/issues/3888#issue-2510811230