Why is my cowboy server not running?
问题 I'm trying to run my server. I copied my src files into a fresh cowboy install, this is the error I'm getting. ~/cowboy_ninja:.ls src action_handler.erl gate.beam resolution.beam arena.beam gate.erl resolution.erl arena.erl guestbook.beam temple.beam cowboy_ninja_app.erl guestbook.erl temple.erl cowboy_ninja_sup.erl hello_handler.erl ~/cowboy_ninja:. cat src/cowboy_ninja_app.erl -module(cowboy_ninja_app). -behaviour(application). -export([start/2]). -export([stop/1]). start(_Type, _Args) ->