Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run application #1

Open
stiltet opened this issue Oct 23, 2018 · 2 comments
Open

Can't run application #1

stiltet opened this issue Oct 23, 2018 · 2 comments

Comments

@stiltet
Copy link

stiltet commented Oct 23, 2018

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;

image

@fritx
Copy link
Collaborator

fritx commented Oct 25, 2018

@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 electron@0.x:

cd app
npm i  # make sure we install findup-sync, etc
npm i -g electron-prebuilt@0.x  # global
electron .  # it works
# or try local
npm i -D electron-prebuilt@0.x
npx electron .

Also, I should probably give it an upgrade xD

@stiltet
Copy link
Author

stiltet commented Oct 25, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants