in reply to Can't find application class in @INC when starting Mojolicious-generated app

" I generated a mojolicious app with the command mojo generate app first-app. It generated the app structure.."

Didn't it say something like:

marto@Shemp:~/mojotmp$ mojo generate app first-app Your application name has to be a well formed (CamelCase) Perl module +name like "MyApp".

"My error when running morbo ./script/first-app in the root of the project directory is this error:"

morbo ./script/first-app should be morbo script/first-app, of if you stayed in the directory you ran mojo generate... morbo first_app/script/first_app

Replies are listed 'Best First'.
Re^2: Can't find application class in @INC when starting Mojolicious-generated app
by djevox (Initiate) on Oct 12, 2019 at 15:04 UTC
    Wow, I can't believe I missed that- I feel like a noob all over again. Thanks for the help!

      Anytime, a second pair of eyes is very useful when you've been looking at a problem :)