简体   繁体   中英

How to install an older version of Hex?

If I run mix local.hex , I'd get the latest version of Hex. How can I:

  • list available versions;
  • install an older version?

To install an older version of hex, use mix hex.install . See mix help hex.install :

mix hex.install

Manually installs specific Hex version.

 mix hex.install VERSION

I don't know how to list the available hex versions from the command line, but the changelog on GitHub should be useful.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM