OpenCTI-Platform / opencti

Open Cyber Threat Intelligence Platform
https://opencti.io
Other
6.37k stars 941 forks source link

Some peer dependencies are incorrectly met by dependencies #8829

Open khoavan001 opened 6 days ago

khoavan001 commented 6 days ago

Description

Some peer dependencies are incorrectly met by dependencies; run yarn explain peer-requirements for details.

Environment

Manual setup on Ubuntu 2204, not using any docker

  1. OS: Ubuntu 22.04
  2. OpenCTI version: 6.3.6
  3. OpenCTI client:
  4. Other environment details: yarn --version: 4.5.0 node --version: 22.9.0

Reproducible Steps

install nodejs and yarn using npm. wget opencti-release-6.3.6.tar.gz tar opencti-release-6.3.6.tar.gz cd opencti/ yarn install

Steps to create the smallest reproducible scenario:

  1. yarn install
  2. Some peer dependencies are incorrectly met by dependencies; run yarn explain peer-requirements for details
  3. error below:
  1. yarn add @aws-sdk/client-sts @aws-sdk/client-sso-oidc @typescript-eslint

but error still showing: yarn explain peer-requirements

i wondering if this missing requirements can impact to whole platform

Expected Output

no error

Actual Output

yarn explain peer-requirements

Additional information

Screenshots (optional)

image

nino-filigran commented 5 days ago

I've requested some help internally, I'll come back to you.