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

fix: conflicted error msg #235

Merged
merged 8 commits into from
Nov 7, 2024
Merged

fix: conflicted error msg #235

merged 8 commits into from
Nov 7, 2024

Conversation

leoadonia
Copy link
Collaborator

Ex:

Running tman install in app:

❌  Error: Select more than 1 version of '[system]ten_runtime': '@0.2.0' introduced by '[extension][email protected]', and '@0.3.0' introduced by '[system][email protected]'

Dependency chain leading to [system][email protected]:
└─ [app][email protected]
   └─ [extension]agora_rtm@<=0.1.2
      └─ [system]ten_runtime@^0.2

Dependency chain leading to [system][email protected]:
└─ [app][email protected]
   └─ [system]ten_runtime_go@=0.3.0
      └─ [system]ten_runtime@^0.3.0

❌  Error: Dependency resolution failed.

Running tman install in extension:

❌  Error: Select more than 1 version of '[system]ten_runtime': '@0.2.0' introduced by '[extension][email protected]', and '@0.3.1' introduced by '[extension][email protected]'

Dependency chain leading to [system][email protected]:
└─ [extension][email protected]
   └─ [extension]agora_rtm@<=0.1.2
      └─ [system]ten_runtime@^0.2

Dependency chain leading to [system][email protected]:
└─ [extension][email protected]
   └─ [system][email protected]

❌  Error: Dependency resolution failed.

@leoadonia leoadonia requested a review from halajohn as a code owner November 5, 2024 08:47
@leoadonia leoadonia changed the title Fix: conflicted error msg fix: conflicted error msg Nov 5, 2024
@leoadonia leoadonia linked an issue Nov 5, 2024 that may be closed by this pull request
@halajohn halajohn merged commit aace72f into main Nov 7, 2024
13 checks passed
@halajohn halajohn deleted the fix/conflicted-error-msg branch November 7, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG] No error for conflict extensions in manifest.json.
2 participants