Hi! I’m running the latest version of Phoenix and LiveView, which is making it very hard for me to follow the book “Programming Phoenix LiveView” (I am new to the elixir ecosystem). That’s why I decided to downgrade, but I cannot figure out how to install an older version of the phoenix and the generators. Many thanks in advance!
Hey. As @Nefcairon wrote, the book’s last release does use the latest Phoenix / LiveView versions, but should you still decide to downgrade - you can provide a version when installing an archive such as phx_new from hex: mix archive.install hex phx_new 1.7.0
Run mix help archive.install to see more options (if you want to install an unreleased version from GitHub for example).