I got as far as it building again, but the UI doesn't load and the following errors are in Developer Tools
Uncaught ReferenceError: require is not defined
at json5-lint.js:3
index.html:31 Uncaught ReferenceError: require is not defined
at index.html:31
jquery-ui.js:14 Uncaught ReferenceError: jQuery is not defined
at jquery-ui.js:14
at jquery-ui.js:16
index.html:67 Uncaught ReferenceError: require is not defined
at index.html:67
I just wanted to view some JSON and do some filtering.
First issue:
OK cool, this is fixed in https://github.com/electron/electron-packager/issues/863.
I will save anyone who stumbles upon this some time, although these package versions are probably out of date as soon as I hit submit:
I got as far as it building again, but the UI doesn't load and the following errors are in Developer Tools
I just wanted to view some JSON and do some filtering.