alex8088/electron-vite-boilerplate

There is a serious error when execute npm install: npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory.

wildtang opened this issue · 0 comments

There is a serious error when execute npm install: npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Does anyone knows hwo to resolve? Thanks.

P.S. As https://www.npmjs.com/package/inflight said, this is already a deprecated package for 8 year no update.

PS E:\inBackup\MyCode\github.com\electron-vite-boilerplate> npm install
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 @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
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
npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead

> electron-app@1.0.0 postinstall
> electron-builder install-app-deps

  • electron-builder  version=24.13.3
  • loaded configuration  file=E:\inBackup\MyCode\github.com\electron-vite-boilerplate\electron-builder.yml

added 515 packages, and audited 516 packages in 2m

91 packages are looking for funding
  run `npm fund` for details

3 moderate severity vulnerabilities

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
PS E:\inBackup\MyCode\github.com\electron-vite-boilerplate>