Hi,
So I cloned the repo https://github.com/laurent22/joplin into my local machine (macOS Mojave) and then in the root I ran “npm install”
Then I went inside the ElectronClient Directory to run the Desktop app of Joplin.
But inside when I ran “npm start” the following error was thrown
/Users/biswarupbanerjee/Desktop/Dream/joplin/ElectronClient/index.html
at Module._resolveFilename (internal/modules/cjs/loader.js:717)
at Function…/lib/common/reset-search-paths.ts.Module._resolveFilename (reset-search-paths.ts:40)
at Module._load (internal/modules/cjs/loader.js:622)
at Module._load (electron/js2c/asar.js:717)
at Function.Module._load (electron/js2c/asar.js:717)
at Module.require (internal/modules/cjs/loader.js:775)
at require (internal/modules/cjs/helpers.js:68)
at Object. (/Users/biswarupbanerjee/Desktop/Dream/joplin/ElectronClient/node_modules/sqlite3/lib/sqlite3.js:4)
at Object. (/Users/biswarupbanerjee/Desktop/Dream/joplin/ElectronClient/node_modules/sqlite3/lib/sqlite3.js:209)
at Module._compile (internal/modules/cjs/loader.js:880)
/home/michael/joplin/ElectronClient/index.html
at Module._resolveFilename (internal/modules/cjs/loader.js:717)
at Function../lib/common/reset-search-paths.ts.Module._resolveFilename (reset-search-paths.ts:40)
at Module._load (internal/modules/cjs/loader.js:622)
at Module._load (electron/js2c/asar.js:717)
at Function.Module._load (electron/js2c/asar.js:717)
at Module.require (internal/modules/cjs/loader.js:775)
at require (internal/modules/cjs/helpers.js:68)
at Object. (/home/michael/joplin…e3/lib/sqlite3.js:4)
at Object. (/home/michael/joplin…/lib/sqlite3.js:209)
at Module._compile (internal/modules/cjs/loader.js:880)
Yes, after ‘npm start’ I see the same picture you posted.
I have ~/joplin/ElectronClient/node_modules/sqlite3/lib/binding/node-v79-linux-arm64/node_sqlite3.node installed, but the folder should be ‘electron-v7.1-linux-arm64’