Not working on Mavericks

Issue #8 resolved
Former user created an issue

Doesn't open at all

Comments (3)

  1. coolnow

    It seems the command "nodewebkit . -- --debug" in package.js is the culprit. Replacing it with just "nodewebkit" seems to allow the app to run. Getting video to play doesn't work for me though, but the rest of the app works fine.

    What i did:

    git cloned repo npm install edit package.js to replace "nodewebkit . -- --debug" with "nodewebkit" npm start

  2. Log in to comment