schultek / jaspr

Modern web framework for building websites in Dart. Supports SPAs, SSR and SSG.
https://jasprpad.schultek.de
MIT License
1.28k stars 80 forks source link

Problem with update dependencies #20

Closed mjablecnik closed 2 years ago

mjablecnik commented 2 years ago

@schultek I see you updated version jaspr to 0.2.0 today and I pull changes from main into my local branch but now after run dart pub get I get this error:

Resolving dependencies...
Because jaspr depends on jaspr_test ^0.1.0 which depends on jaspr ^0.1.0, jaspr ^0.1.0 is required.
So, because jaspr is 0.2.0, version solving failed.
Process finished with exit code 1

image

Can you fix it please?

schultek commented 2 years ago

For local development activate melos and run melos bootstrap. This should link all local packages instead of taking the versions from pub.