Skip to content

Uncaught ReferenceError: REPLConsole is not defined #240

@aguynamedben

Description

@aguynamedben

I'm trying to switch my project from better_errors to web-console. When I install web-console 3.5.0 and try to use <% console %> or generate an error page, the error page shows up without any REPL available. In my JavaScript console I see this error:

Uncaught ReferenceError: REPLConsole is not defined

It looks like REPLConsole is a JavaScript library downloadable via NPM. I don't see anything in the web-console documentation telling me I need to install/configure any JavaScript assets. Do I need to include another gem or add a line to my application.js to get REPLConsole to be present? Should it "just work"?

Thanks for your work on this gem, I've heard it's faster that better_errors and am looking forward to switching.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions