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 this! #336

Open
tinshade opened this issue Jun 16, 2019 · 6 comments
Open

Can't RUN this! #336

tinshade opened this issue Jun 16, 2019 · 6 comments

Comments

@tinshade
Copy link

I can't run this! I have Node and Electron installed and set up perfectly. Can someone guide me how to get this app running?

Any help will be much appreciated!

Thanks in advance!

@mikkelking
Copy link

It runs fine if you follow the instructions in the README file:

Development
It's very easy to get started with these 3 steps:

Clone this project to your local machine.
Open terminal and cd into the cloned folder, usually cd Manta.
Run yarn install to install dependencies.
Run yarn dev in one tab to start webpack-dev-server.
Run yarn start in another tab to open the app.

@petrk94
Copy link

petrk94 commented Jun 16, 2019

Otherwise, just download the executables https://github.com/hql287/Manta/releases

@tinshade
Copy link
Author

Well, firstly, I am on Windows and I am using NPM. Second, when I do manage to get it running, it shows a blank, white screen and I believe that's because of "electron-is-dev".

@tinshade tinshade changed the title Can RUN this! Can't RUN this! Jun 16, 2019
@tinshade
Copy link
Author

Otherwise, just download the executables https://github.com/hql287/Manta/releases

I need this to make slight changes and redeploy as a separate project. I don't think EXEs will be appreciated or make life any easier.

@petrk94
Copy link

petrk94 commented Jun 16, 2019

I need this to make slight changes and redeploy as a separate project. I don't think EXEs will be appreciated or make life any easier.

Oh I see, well than I cant help :(

@GenieTim
Copy link

Well, @tinshade what exactly are your issues? I do not have any problems following the steps described in the README file on Windows to get it running. If you insist on using npm instead of yarn, the commands are pretty much the same: npm install, npm run dev and npm run start.
I just tested it on my device, I get the blank page when I do not run npm run dev in a separate console. Also, when running that the first time, I got some issues with webpack-cli, which were simply fixed by upgrading the version: npm uninstall webpack-cli, npm install webpack-cli.
Do you get any error messages?

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

4 participants