I was running Joplin locally. After I run command npm start
from /packages/app-dekstop
, it lauches a blank window.
I enabled the debugging, and face an error:
Uncaught ReferenceError: require is not defined at main-html.js:13
I face this error even though nodeIntegration is set to true in ElectronAppWrapper.ts and PluginRunner.ts
How to resolve this error?
Also, the docs suggests not to enable nodeIntegration.