``` 17:06:22.238 [error] GenServer {Beacon.Registry, {:cms, Beacon.Loader.Worker, 335492}} terminating ** (Beacon.LoaderError) esbuild binary not found or the installation is invalid. Execute the following command to install the binary used to process JS: mix esbuild.install (beacon 0.5.1) lib/beacon/runtime_js.ex:188: Beacon.RuntimeJS.validate_esbuild_install!/0 (beacon 0.5.1) lib/beacon/runtime_js.ex:13: Beacon.RuntimeJS.build/1 (beacon 0.5.1) lib/beacon/runtime_js.ex:128: Beacon.RuntimeJS.load!/1 (beacon 0.5.1) lib/beacon/loader/worker.ex:335: Beacon.Loader.Worker.handle_call/3 (stdlib 6.2) gen_server.erl:2381: :gen_server.try_handle_call/4 (stdlib 6.2) gen_server.erl:2410: :gen_server.handle_msg/6 (stdlib 6.2) proc_lib.erl:329: :proc_lib.init_p_do_apply/3 Last message (from #PID<0.22794.0>): :load_runtime_js 17:06:22.242 [error] Task #PID<0.22794.0> started from #PID<0.22777.0> terminating ** (stop) exited in: GenServer.call(#PID<0.22796.0>, :load_runtime_js, 120000) ** (EXIT) an exception was raised: ** (Beacon.LoaderError) esbuild binary not found or the installation is invalid. Execute the following command to install the binary used to process JS: mix esbuild.install (beacon 0.5.1) lib/beacon/runtime_js.ex:188: Beacon.RuntimeJS.validate_esbuild_install!/0 (beacon 0.5.1) lib/beacon/runtime_js.ex:13: Beacon.RuntimeJS.build/1 (beacon 0.5.1) lib/beacon/runtime_js.ex:128: Beacon.RuntimeJS.load!/1 (beacon 0.5.1) lib/beacon/loader/worker.ex:335: Beacon.Loader.Worker.handle_call/3 (stdlib 6.2) gen_server.erl:2381: :gen_server.try_handle_call/4 (stdlib 6.2) gen_server.erl:2410: :gen_server.handle_msg/6 (stdlib 6.2) proc_lib.erl:329: :proc_lib.init_p_do_apply/3 (elixir 1.18.1) lib/gen_server.ex:1128: GenServer.call/3 (elixir 1.18.1) lib/task/supervised.ex:101: Task.Supervised.invoke_mfa/2 (elixir 1.18.1) lib/task/supervised.ex:36: Task.Supervised.reply/4 Function: #Function<0.55880407/0 in Beacon.Boot.init/1> Args: [] ** (Mix) Could not start application without_auth: WithoutAuth.Application.start(:normal, []) returned an error: shutdown: failed to start child: Beacon ** (EXIT) shutdown: failed to start child: :cms ** (EXIT) shutdown: failed to start child: Beacon.Boot ** (EXIT) exited in: GenServer.call(#PID<0.22796.0>, :load_runtime_js, 120000) ** (EXIT) an exception was raised: ** (Beacon.LoaderError) esbuild binary not found or the installation is invalid. Execute the following command to install the binary used to process JS: mix esbuild.install (beacon 0.5.1) lib/beacon/runtime_js.ex:188: Beacon.RuntimeJS.validate_esbuild_install!/0 (beacon 0.5.1) lib/beacon/runtime_js.ex:13: Beacon.RuntimeJS.build/1 (beacon 0.5.1) lib/beacon/runtime_js.ex:128: Beacon.RuntimeJS.load!/1 (beacon 0.5.1) lib/beacon/loader/worker.ex:335: Beacon.Loader.Worker.handle_call/3 (stdlib 6.2) gen_server.erl:2381: :gen_server.try_handle_call/4 (stdlib 6.2) gen_server.erl:2410: :gen_server.handle_msg/6 (stdlib 6.2) proc_lib.erl:329: :proc_lib.init_p_do_apply/3 ```