Future<bool> installGlobal(String packageName) { return evaluateProcess([ "install", "--global", packageName, ]); }