Also since Phoenix 1.5.4 changed a lot in LiveView. Would it be better to stick on 1.4.x in this current version?
Step 10/14 : RUN mix archive.install --force https://github.com/phoenixframework/archives/raw/master/phx_new.ez
---> Running in a8386d142f80
** (Mix) fetching from URIs require a checksum to be given
Could not run archive.install for:
https://github.com/phoenixframework/archives/raw/master/phx_new.ez
Please download the file above to your current directory and run:
mix archive.install ./phx_new.ez
You can download it either with your browser or via the command line.
On Unix-like operating systems (Linux, macOS):
wget https://github.com/phoenixframework/archives/raw/master/phx_new.ez
or
curl -o phx_new.ez https://github.com/phoenixframework/archives/raw/master/phx_new.ez
On Windows / PowerShell (Windows 7 or later):
powershell -Command "Invoke-WebRequest https://github.com/phoenixframework/archives/raw/master/phx_new.ez -OutFile phx_new.ez"
or
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://github.com/phoenixframework/archives/raw/master/phx_new.ez', 'phx_new.ez')"
Also since Phoenix 1.5.4 changed a lot in LiveView. Would it be better to stick on 1.4.x in this current version?