sqlite3_page_explorer icon indicating copy to clipboard operation
sqlite3_page_explorer copied to clipboard

In Ubuntu:ReferenceError: can't access lexical declaration `dialog' before initialization

Open just-tt opened this issue 6 years ago • 4 comments

图片

when i click "open database",the issue has appear.

ReferenceError: require is not defined

just-tt avatar Oct 15 '19 02:10 just-tt

Please try v1.0-linux release. I tried it was working on Linux Mint. What version of Ubuntu are you using?

siara-cc avatar Oct 16 '19 12:10 siara-cc

This is my Ubuntu.

图片

v1.0-linux Refers to the Kernel version?

just-tt avatar Oct 17 '19 03:10 just-tt

No, v1.0-linux refers to a release on this repo. See https://github.com/siara-cc/sqlite3_page_explorer/releases. If still does not work, you could clone this repo, do npm update and use the command npm run-script package-linux32 or npm run-script package-linux54 to generate executable for your platform, assuming you have npm and electron installed.

siara-cc avatar Oct 17 '19 04:10 siara-cc

@just-tt I have upgraded to latest electron so this issue should be fixed now. Please see: https://github.com/siara-cc/sqlite3_page_explorer#getting-started

siara-cc avatar Feb 01 '23 09:02 siara-cc