jira-cli icon indicating copy to clipboard operation
jira-cli copied to clipboard

"npm WARN" deprecated dependencies listed when installing

Open bcdady opened this issue 2 years ago • 0 comments

Repro steps:

  1. open a zsh terminal application on MacOS, running node v14.15.4 and npm v7.19.0 (other versions of node and npm may also work)
  2. run: npm install -g jira-cl
  3. See the following multiple "WARN" messages:
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: Use mz or fs-extra^3.0 with Promise Support
npm WARN deprecated [email protected]: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.

added 282 packages, and audited 283 packages in 14s

bcdady avatar Jul 14 '21 05:07 bcdady