kit
kit copied to clipboard
Inflight Deprecation Warning
Describe the bug
On Installing dependencies after npm create svelte@latest
I got npm warn deprecated [email protected]: 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
. Not sure if it is serious or not, saw leaks memory
in it thus opened this issue.
Reproduction
By Installing dependencies after npm create svelte@latest
.
Logs
No response
System Info
System:
OS: Windows 11 10.0.22631
CPU: (12) x64 12th Gen Intel(R) Core(TM) i5-1235U
Memory: 4.47 GB / 15.73 GB
Binaries:
Node: 18.18.0 - C:\Program Files\nodejs\node.EXE
npm: 10.7.0 - C:\Program Files\nodejs\npm.CMD
Browsers: {}
npmPackages:
@sveltejs/adapter-auto: latest => 3.2.1
@sveltejs/kit: latest => 2.5.10
@sveltejs/vite-plugin-svelte: latest => 3.1.0
svelte: latest => 4.2.17
vite: latest => 5.2.11
Severity
annoyance
Additional Information
No response