Uncaught TypeError: Cannot read property 'inherits' of undefined #4805
rpatrick00
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to get a simple sample working of running Ace inside of an Electron app.
I started by copying the 1.4.12 version of
ace-builds/src-noconflict
directory contents intoapp/lib/ace
in my app. The contents ofapp/index.html
is:When I run the electron app, I see the following errors in the Developer Tool console:
Surely I must be doing something stupid. I searched the Internet looking for examples of running Ace inside of Electron but the few I found were very out of date (and had similar errors).
Beta Was this translation helpful? Give feedback.
All reactions