How to Fix Esbuild.start Error in Elixir Phoenix: Revision history

Jump to: navigation, search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 May 2023

  • curprev 18:1418:14, 30 May 2023Admin talk contribs 434 bytes +434 Created page with "You start phoenix server mix phx.server and get this error: <source> ** (Mix) Could not start application esbuild: exited in: Esbuild.start(:normal, []) ** (EXIT) an exception was raised: ** (ErlangError) Erlang error: :eacces: </source> Delete the directories named '''_build''' and '''deps'''. Run: mix deps.get + compile When you move an Elixir Phoenix app to another machine you always delete those directories."