Skip to content

Instantly share code, notes, and snippets.

@medikoo
Last active December 12, 2015 07:38
Show Gist options
  • Save medikoo/4737974 to your computer and use it in GitHub Desktop.
Save medikoo/4737974 to your computer and use it in GitHub Desktop.
versions().invoke('reverse').reduce(function (result, version) {
return install(target, version, prefix)(visitor.bind(null, null), visitor);
}, null).cb(callback);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment