cloud-native-toolkit / site-developer-guide

This repository will host the Developer Guide for the IBM Garage Cloud Native Toolkit
https://develop.cloudnativetoolkit.dev
Apache License 2.0
29 stars 57 forks source link

FYI: npm installation warnings #494

Open thomassuedbroecker opened 3 years ago

thomassuedbroecker commented 3 years ago

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: 'openshift-rest-client@6.1.0',
    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 har-validator@5.1.5: this library is no longer supported
    npm WARN deprecated uuid@3.4.0: 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 uuid@3.4.0: 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 request@2.88.2: 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