Can't load Kernel binary: Invalid kernel binary format version
faizahmaddae opened this issue · 3 comments
faizahmaddae commented
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 %
iamnomana commented
I'm also getting the same issue
joukhar commented
Solution: @iamnomana @faizahmaddae
flutter pub global activate -s git https://github.com/jonataslaw/get_cli
iamnomana commented
Thanks I'll try it