-
Notifications
You must be signed in to change notification settings - Fork 204
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
Custom Copilot sample not working: ERESOLVE unable to resolve dependency tree #12414
Comments
You shouldn't need to My guess right now is that you are installing teams-ai to a newer version which has a bumped dependency package which is causing a conflict from the samples package.json settings. |
Sample customer is trying to run: |
I'm not doing anything other than following what you guys instructed and it's not working. |
@sholtomaud Please delete |
Ok. Will do. But why would you market/advertise this when it's broken from the get go? |
Will be fixed in the stable release ASAP. |
Moved from microsoft/teams-ai#2029.
Language
Javascript/Typescript
Version
latest
Description
npm i @microsoft/teams-ai
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: md@1.0.0
npm error Found: openai@4.28.5
npm error node_modules/openai
npm error openai@"~4.28.4" from the root project
npm error
npm error Could not resolve dependency:
npm error peer openai@"^4.61.0" from @microsoft/teams-ai@1.4.1
npm error node_modules/@microsoft/teams-ai
npm error @microsoft/teams-ai@"*" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm resolution error report
While resolving: md@1.0.0
Found: openai@4.28.5
node_modules/openai
openai@"~4.28.4" from the root project
Could not resolve dependency:
peer openai@"^4.61.0" from @microsoft/teams-ai@1.4.1
node_modules/@microsoft/teams-ai
@microsoft/teams-ai@"*" from the root project
Fix the upstream dependency conflict, or retry
this command with --force or --legacy-peer-deps
to accept an incorrect (and potentially broken) dependency resolution.
Reproduction Steps
npm i @microsoft/teams-ai
The text was updated successfully, but these errors were encountered: