- I have checked the troubleshooting
Bug report
Hi, I install vim plugin, and then disabled it.
After that, I cannot launch inkdrop app.
I tried troubleshoot and below was the result.
~ $ /Applications/Inkdrop.app/Contents/MacOS/Inkdrop --enable-logging
[bugsnag] Loaded!
app:info Initializing inkdrop app.. +0ms
app:info Arguments: /Applications/Inkdrop.app/Contents/MacOS/Inkdrop +7ms
app:info Arguments: --enable-logging +1ms
app:info Starting inkdrop app.. +1m
app:info axios default config: { proxy: false, httpAgent: undefined, httpsAgent: undefined } +123ms
app:error Failed to init app: SyntaxError: Syntax error on line 1, column 5: Unexpected IdentifierLiteral
+0ms
app:info Unloading app +5s
(node:1805) UnhandledPromiseRejectionWarning: TypeError: Cannot read properties of undefined (reading 'dispose')
(Use `Inkdrop --trace-warnings ...` to show where the warning was created)
(node:1805) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 3)
[bugsnag] Unhandled rejection…
TypeError: Cannot read properties of undefined (reading 'dispose')
[1805:0314/071607.714919:INFO:CONSOLE(45256)] "[bugsnag] Loaded!", source: <embedded> (45256)
[1805:0314/071607.812514:INFO:CONSOLE(44199)] "The vm module of Node.js is deprecated in the renderer process and will be removed.", source: <embedded> (44199)
[1805:0314/071607.818010:INFO:CONSOLE(1)] "Uncaught TypeError: Cannot read properties of undefined (reading 'onSync')", source: file:///Applications/Inkdrop.app/Contents/Resources/app.asar/browser-main.js (1)
Environment
- Platform: Mac OS(M1 chip)
- Platform version: Monterry 12.2.1
- App Version: Downloaded last month, but perhaps not lastest. Cannot check.
How to reproduce
Install vim plugin, uninstall, and then reboot.
I restarted computer, and still has same issue.
I erased inkdrop app and deleted all files and directories under Applications/Inkdrop.app, redownloaded latest version from website, and still cannot launch inkdrop.
I think at this point, only option I can take is to clean up app and re-install, would be great if there is a way to do so.