-
-
Notifications
You must be signed in to change notification settings - Fork 305
Open
Description
Description
Installing np causes npm to issue warnings about deprecated dependencies:
$ npm install -D np
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.
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
added 350 packages, and audited 351 packages in 8s
found 0 vulnerabilities
This is obviously related to sindresorhus/del#160 but I thought it might be worth waving the flag here too.
Steps to reproduce
Just npm install np
.
Expected behavior
No warning.
Environment
np - 10.0.7
Node.js - 22.8.0
npm - 18.8.3
Git - 2.45.2.windows.1
OS - Windows 11 23H2 22631.4037
vitalets, globdug, wessberg and vladshcherbin
Metadata
Metadata
Assignees
Labels
No labels