When I run npm run start I get the following error:
> qusly@0.2.1-alpha start /home/stexe/projects/qusly
> cross-env ENV='dev' electron .
App threw an error during load
Error: Module did not self-register.
at process.func (electron/js2c/asar.js:140:31)
at process.func [as dlopen] (electron/js2c/asar.js:140:31)
at Object.Module._extensions..node (internal/modules/cjs/loader.js:1016:18)
at Object.func (electron/js2c/asar.js:140:31)
at Object.func [as .node] (electron/js2c/asar.js:140:31)
at Module.load (internal/modules/cjs/loader.js:816:32)
at Module._load (internal/modules/cjs/loader.js:728:14)
at Module._load (electron/js2c/asar.js:717:26)
at Function.Module._load (electron/js2c/asar.js:717:26)
at Module.require (internal/modules/cjs/loader.js:853:19)
Node.JS v12.18.3 LTS
I found the solution here and successfully applied it.
I propose to mention this problem and its solution in the README file.
When I run
npm run startI get the following error:Node.JS v12.18.3 LTS
I found the solution here and successfully applied it.
I propose to mention this problem and its solution in the README file.