Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

cannot run using README instructions #2357

Open
fossfreedom opened this issue Sep 30, 2023 · 1 comment
Open

cannot run using README instructions #2357

fossfreedom opened this issue Sep 30, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@fossfreedom
Copy link

What happened?

running flutter run throws the following error:

dad@dad-TUXEDO-Pulse-15-Gen1:~/development/installer/newinstaller/ubuntu-desktop-installer/packages/ubuntu_desktop_installer$ flutter run
Resolving dependencies... (4.2s)
Note: test_api is pinned to version 0.6.0 by flutter_test from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.


Because every version of flutter_test from sdk depends on test_api 0.6.0 and every version of ubuntu_test depends on test_api ^0.5.1, flutter_test
  from sdk is incompatible with ubuntu_test.
So, because ubuntu_desktop_installer depends on both flutter_test from sdk and ubuntu_test ^0.1.0-beta.1, version solving failed.

What was expected?

to be above to dry run the installer

Steps to reproduce

follow the README instructions

Additional context

No response

@fossfreedom fossfreedom added the bug Something isn't working label Sep 30, 2023
@langtaibai
Copy link

I also meet the same issue.
Ubuntu_desktop_installer depends on ubuntu_test ^0.1.0 which doesn't match any version, version solving failed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants