aqueduct icon indicating copy to clipboard operation
aqueduct copied to clipboard

Can't load Kernel binary: Invalid kernel binary format version.

Open MatiasHiltunen opened this issue 4 years ago • 1 comments

activating works fine:

pub global activate aqueduct Resolving dependencies...

  • analyzer 0.35.4 (0.40.4 available)
  • aqueduct 3.3.0+1 (4.0.0-b1 available)
  • args 1.6.0
  • async 2.4.2 (2.5.0-nullsafety.1 available)
  • charcode 1.1.3 (1.2.0-nullsafety.1 available)
  • codable 1.0.0
  • collection 1.14.13 (1.15.0-nullsafety.3 available)
  • convert 2.1.1
  • crypto 2.1.5
  • front_end 0.1.14 (0.1.29 available)
  • glob 1.2.0
  • isolate_executor 2.0.2+3
  • js 0.6.2 (0.6.3-nullsafety.1 available)
  • kernel 0.3.14 (0.3.29 available)
  • logging 0.11.4
  • meta 1.2.3 (1.3.0-nullsafety.3 available)
  • node_interop 1.1.1
  • node_io 1.1.1
  • open_api 2.0.1
  • package_config 1.9.3
  • password_hash 2.0.0
  • path 1.7.0 (1.8.0-nullsafety.1 available)
  • pedantic 1.9.2 (1.10.0-nullsafety.1 available)
  • postgres 1.0.2 (2.2.0 available)
  • pub_cache 0.2.3
  • pub_semver 1.4.4
  • safe_config 2.0.2 (3.0.0-b2 available)
  • source_span 1.7.0 (1.8.0-nullsafety.2 available)
  • string_scanner 1.0.5 (1.1.0-nullsafety.1 available)
  • term_glyph 1.1.0 (1.2.0-nullsafety.1 available)
  • typed_data 1.2.0 (1.3.0-nullsafety.3 available)
  • watcher 0.9.7+15
  • yaml 2.2.1 Precompiling executables... Precompiled aqueduct:aqueduct. Installed executable aqueduct. Activated aqueduct 3.3.0+1.

after that I try to use aqueduct cli it gives error message "Can't load Kernel binary: Invalid kernel binary format version."

I have Flutter installed with beta channel if that could affect aquaduct somehow

MatiasHiltunen avatar Oct 09 '20 07:10 MatiasHiltunen

There is a braking change in dart 2.9 that prevents the cli from working.

Reductions avatar Oct 09 '20 08:10 Reductions