% sh <(curl 'https://ash-hq.org/install/willow?install=phoenix') \ && cd willow && mix igniter.install ash ash_phoenix \ ash_postgres ash_authentication ash_authentication_phoenix \ ash_csv ash_admin ash_oban oban_web ash_state_machine \ ash_events ash_money ash_double_entry ash_archival \ live_debugger mishka_chelekom tidewave ash_paper_trail \ ash_ai cloak ash_cloak --auth-strategy password \ --auth-strategy magic_link --yes % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 3224 100 3224 0 0 3672 0 --:--:-- --:--:-- --:--:-- 3676 Elixir is already installed ✓ Installing igniter_new archive... Resolving Hex dependencies... Resolution completed in 0.008s New: igniter_new 0.5.31 * Getting igniter_new (Hex package) All dependencies have been fetched Compiling 7 files (.ex) Generated igniter_new app Generated archive "igniter_new-0.5.31.ez" with MIX_ENV=prod * creating /Users/albin/.mix/archives/igniter_new-0.5.31 Installing Phoenix generator version 1.8.1... Resolving Hex dependencies... Resolution completed in 0.007s New: phx_new 1.8.1 * Getting phx_new (Hex package) All dependencies have been fetched Compiling 11 files (.ex) Generated phx_new app Generated archive "phx_new-1.8.1.ez" with MIX_ENV=prod * creating /Users/albin/.mix/archives/phx_new-1.8.1 Creating new Elixir project 'willow' with the following packages: * creating willow/lib/willow/application.ex * creating willow/lib/willow.ex * creating willow/lib/willow_web/controllers/error_json.ex * creating willow/lib/willow_web/endpoint.ex * creating willow/lib/willow_web/router.ex * creating willow/lib/willow_web/telemetry.ex * creating willow/lib/willow_web.ex * creating willow/mix.exs * creating willow/README.md * creating willow/.formatter.exs * creating willow/.gitignore * creating willow/test/support/conn_case.ex * creating willow/test/test_helper.exs * creating willow/test/willow_web/controllers/error_json_test.exs * creating willow/lib/willow/repo.ex * creating willow/priv/repo/migrations/.formatter.exs * creating willow/priv/repo/seeds.exs * creating willow/test/support/data_case.ex * creating willow/lib/willow_web/controllers/error_html.ex * creating willow/test/willow_web/controllers/error_html_test.exs * creating willow/lib/willow_web/components/core_components.ex * creating willow/lib/willow_web/controllers/page_controller.ex * creating willow/lib/willow_web/controllers/page_html.ex * creating willow/lib/willow_web/controllers/page_html/home.html.heex * creating willow/test/willow_web/controllers/page_controller_test.exs * creating willow/lib/willow_web/components/layouts/root.html.heex * creating willow/lib/willow_web/components/layouts.ex * creating willow/priv/static/images/logo.svg * creating willow/lib/willow/mailer.ex * creating willow/lib/willow_web/gettext.ex * creating willow/priv/gettext/en/LC_MESSAGES/errors.po * creating willow/priv/gettext/errors.pot * creating willow/priv/static/robots.txt * creating willow/priv/static/favicon.ico * creating willow/assets/js/app.js * creating willow/assets/vendor/topbar.js * creating willow/assets/tsconfig.json * creating willow/assets/css/app.css * creating willow/assets/vendor/heroicons.js * creating willow/assets/vendor/daisyui.js * creating willow/assets/vendor/daisyui-theme.js * initializing git repository * running mix deps.get * running mix assets.setup * running mix deps.compile We are almost there! The following steps are missing: $ cd willow Then configure your database in config/dev.exs and run: $ mix ecto.create Start your Phoenix app with: $ mix phx.server You can also run your app inside IEx (Interactive Elixir) as: $ iex -S mix phx.server Fetching and compiling dependencies ✔ Initializing local git repository, staging all files, and committing ✔ checking for igniter in project ✔ Updating project's igniter dependency ✔ temporarily adding igniter ✔ compiling igniter ✔ setting up igniter ✔ mix deps.get returned exited with code: `1` ** (RuntimeError) Resolving Hex dependencies... Resolution completed in 1.49s Because "mishka_chelekom < 0.0.3-alpha.2" depends on "owl ~> 0.12.0" and "mishka_chelekom >= 0.0.3-alpha.2 and < 0.0.4-alpha.3" depends on "owl ~> 0.12.1", "mishka_chelekom < 0.0.4-alpha.3" requires "owl ~> 0.12.0". And because "mishka_chelekom >= 0.0.4-alpha.3" depends on "owl ~> 0.12.2", "mishka_chelekom" requires "owl ~> 0.12.0". And because "the lock" specifies "owl 0.13.0", "the lock" is incompatible with "mishka_chelekom". And because "your app" depends on "the lock", no version of "mishka_chelekom" is allowed. So, because "your app" depends on "mishka_chelekom ~> 0.0", version solving failed. ** (Mix) Hex dependency resolution failed (igniter 0.6.28) lib/igniter/util/install.ex:290: Igniter.Util.Install.get_deps!/2 (igniter 0.6.28) lib/igniter/util/info.ex:124: Igniter.Util.Info.compose_install_and_validate!/8 (igniter 0.6.28) lib/igniter/util/install.ex:83: Igniter.Util.Install.install/4 (mix 1.19.0-rc.0) lib/mix/task.ex:499: anonymous fn/3 in Mix.Task.run_task/5 (mix 1.19.0-rc.0) lib/mix/cli.ex:131: Mix.CLI.run_task/2 /Users/albin/.local/share/mise/installs/elixir/1.19.0-rc.0-otp-27/bin/mix:7: (file)