Installing np causes npm to issue warnings about deprecated dependencies:
$ npm install -D np
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
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
Description
Installing np causes npm to issue warnings about deprecated dependencies:
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