Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

app showing a white screen with a '1' #32

Closed
luizkowalski opened this issue Sep 6, 2015 · 12 comments
Closed

app showing a white screen with a '1' #32

luizkowalski opened this issue Sep 6, 2015 · 12 comments
Labels

Comments

@luizkowalski
Copy link

I cloned the project, ran npm run install-all and npm run package and after install the app, this is what I see

screen shot 2015-09-06 at 12 59 35

I'm running OSX Yosemite 10.10.5 with npm 2.12.1

@kderbalah
Copy link

+1

@jjoos
Copy link

jjoos commented Sep 6, 2015

Just had the same issue, you need to start it by running gulp from the project directory (npm install gulp -g if you haven't got it installed).

@kailan
Copy link

kailan commented Sep 6, 2015

@jjoos That does work but it'd be nice to have a packaged application that can run by itself.

@vlad-shatskyi
Copy link
Contributor

Could you guys open the developer tools (cmd+shift+i) and tell me the error in the JavaScript console?

@luizkowalski
Copy link
Author

well, I reinstalled the app with npm run package and worked
computers...

@umpc
Copy link

umpc commented Sep 6, 2015

screen shot 2015-09-06 at 6 14 25 pm

I got it working with the steps posted above. To add, this is OS X 10.10.5.

@kailan
Copy link

kailan commented Sep 7, 2015

JavaScript console on Black Screen

OS X 10.10.3

@chrise86
Copy link

chrise86 commented Sep 8, 2015

I'm still getting this, again OSX 10.10.5, when building the package

@G07cha
Copy link
Contributor

G07cha commented Sep 8, 2015

Temporary workaround:

  1. Open repository's folder
  2. Run gulp command
  3. Copy all.css from compiled and main.js from compiled/views to /Applicatons/Black Screen-darwin-x64/Black Screen.app/Contents/Resurces/app/compiled

Ping me if this doesn't solve a problem.

@0zguner
Copy link
Contributor

0zguner commented Sep 8, 2015

I've found the workaround. npm run package does not create compiled folder.

  1. npm run install-all
  2. npm start
  3. Exit from the application and terminate the process
  4. npm run package

@chrise86
Copy link

chrise86 commented Sep 8, 2015

Thanks guys,@mzgnr's solution worked for me!

@jbaskeen
Copy link

jbaskeen commented Sep 8, 2015

👍

The README should be updated or the build process needs to handle running gulp

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

No branches or pull requests

10 participants