dart - pub build fails due to urlencoded version numbers -


pub build throws following error

resolving dependencies... error on line 1, column 1 of   https://pub.dartlang.org/api/packages/source_maps/versions/0.10.0%2b2: invalid version constraint: not parse version 

it seems pub tries update https://pub.dartlang.org/packages/source_maps version 0.10.0+2. url contains version number , encoded + sign %2b.

pub version 1.6.0, os fedora 19, ways overcome this?

pub version 1.6.0 didn't yet support + in version constraints. need update newer version.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -