Search code examples
elixirmacos-high-sierra

upgrade El Capitan to High Sierra -> Elixir does not work


After upgrading to Mac OS High Sierra, Elixir did no longer work while giving an error mentioning 'BoringSSL' errors.

npm fora could not give further information except stating erlang had an error ...


Solution

  • I solved the error with the following steps

    • Update Xcode to version 9+

    command line commands

    • brew update
    • brew upgrade erlang
    • brew upgrade elixir

    ( not mentioning pulling hair and others )

    ( I added this as a solution here since a lot of my colleagues had this error too after upgrading )