Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"rush update --full" fails with "unmet peer @opentelemetry/api" #24463

Closed
mikeharder opened this issue Jan 13, 2023 · 0 comments
Closed

"rush update --full" fails with "unmet peer @opentelemetry/api" #24463

mikeharder opened this issue Jan 13, 2023 · 0 comments
Labels
needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team.

Comments

@mikeharder
Copy link
Member

As of 1/12/23 (commit 530c1ee), running "rush update --full" causes the following error:

ERR_PNPM_PEER_DEP_ISSUES Unmet peer dependencies

.
└─┬ @rush-temp/monitor-opentelemetry-exporter
  └─┬ @opentelemetry/instrumentation-http
    └─┬ @opentelemetry/core
      └── ✕ unmet peer @opentelemetry/api@">=1.0.0 <1.4.0": found 1.4.0

I believe all our dependencies on opentelemetry packages are valid. However, our dependencies are on versions older than latest, which I believe confuses rush+pnpm into thinking the dependencies are invalid. Specifically, I believe rush+pnpm is loading an older version of opentelemetry/core and the latest version of opentelemetry/api, which are incompatible.

@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jan 13, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team.
Projects
None yet
Development

No branches or pull requests

1 participant