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

build issue #95

Closed
unicomp21 opened this issue Jun 3, 2018 · 3 comments
Closed

build issue #95

unicomp21 opened this issue Jun 3, 2018 · 3 comments

Comments

@unicomp21
Copy link
Collaborator

Not sure why this is happening. Getting it on both windows and linux, in webstorm.

Working dir: C:\Users\unico\repo\ChronosGL
"C:\Program Files\Dart\dart-sdk\bin\pub.bat" get
Resolving dependencies...
Package build_runner has no versions that match >=0.8.8 <0.9.0 derived from:

  • chronosgl depends on version ^0.8.8
    Process finished with exit code 1
@robertmuth
Copy link
Contributor

you need to use the dev channel SDK now. For me this looks like:

dart --version
Dart VM version: 2.0.0-dev.59.0 (Unknown timestamp) on "linux_x64"

Note: dartium is no longer used/supported in this SDK.

Also, things are a bit in a messy state after dart switched to a new build system "webdev"

I just pushed a few more commits try running:

make get
followed by

make examples
or
make serve

@robertmuth
Copy link
Contributor

is this working for you now?

@unicomp21
Copy link
Collaborator Author

Thanks Robert!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants