You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to clone the repo, install Electron globally but when I try to run the app I get an error saying; "Cannot find module 'findup-sync'". See the message bellow;
The text was updated successfully, but these errors were encountered:
On 25 Oct 2018, 11:14 +0200, Fritz Lin ***@***.***>, wrote:
@stiltet hey thanks for trying this out!
I've just tried myself, and found it's just a bit out of date (4-5 years before).
You have to use ***@***.***:
cd app
npm i -g ***@***.*** # global
electron . # it works
# or try local
cd app
npm i -D ***@***.***
npx electron .
Also, I should probably give it an upgrade xD
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
I've tried to clone the repo, install Electron globally but when I try to run the app I get an error saying; "Cannot find module 'findup-sync'". See the message bellow;
The text was updated successfully, but these errors were encountered: