site-developer-guide icon indicating copy to clipboard operation
site-developer-guide copied to clipboard

FYI: npm installation warnings

Open thomassuedbroecker opened this issue 2 years ago • 0 comments

Describe the information A clear and concise description of what the information.

Many warnings.

To Reproduce

Steps to reproduce the behavior:

  1. execute npm i -g @ibmgaragecloud/cloud-native-toolkit-cli
  2. See warning npm information:
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '^16 || ^14 || ^12' },
npm WARN EBADENGINE   current: { node: 'v17.0.1', npm: '8.1.0' }
npm WARN EBADENGINE }
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]: 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

changed 252 packages, and audited 253 packages in 12s

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

found 0 vulnerabilities

OpenShift cluster version: 4.8

Expected behavior A clear and concise description of what you expected to happen. No warnings

thomassuedbroecker avatar Oct 26 '21 07:10 thomassuedbroecker