jonataslaw/get_cli

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

faizahmaddae opened this issue · 3 comments

faiz@static-71-179-234-46 fcm_webjow % get init
Can't load Kernel binary: Invalid kernel binary format version.
Building package executable...
Failed to build get_cli:get:
../../.pub-cache/hosted/pub.dev/dcli-4.0.1-alpha.8/lib/src/util/wait_for_ex.dart:38:17: Error: Method not found: 'waitFor'.
value = cli.waitFor(wrapped);
^^^^^^^
faiz@static-71-179-234-46 fcm_webjow %

I'm also getting the same issue

Solution: @iamnomana @faizahmaddae

flutter pub global activate -s git https://github.com/jonataslaw/get_cli

Thanks I'll try it