gql-dart/multipack

`multipack pub get` needs to be updated for `dart pub get`

domesticmouse opened this issue · 0 comments

$ multipack pub get     
 multipack  gql_pedantic               
 multipack  pub get                    
Unhandled exception:
ProcessException: No such file or directory
  Command: pub get
#0      _ProcessImpl._start (dart:io-patch/process_patch.dart:401:33)
#1      Process.start (dart:io-patch/process_patch.dart:38:20)
#2      Package.run (package:multipack/package.dart:76:35)
#3      Package.pub (package:multipack/package.dart:105:12)
#4      PubCommand.runOnPackage (package:multipack/commands/pub.dart:15:58)
#5      MultipackCommand.run (package:multipack/commands/common.dart:57:27)
<asynchronous suspension>
#6      CommandRunner.runCommand (package:args/command_runner.dart:197:13)
<asynchronous suspension>
#7      main (file:///Users/brettmorgan/.pub-cache/hosted/pub.dartlang.org/multipack-0.1.4/bin/multipack.dart:55:3)
<asynchronous suspension>