Is mac via node-webkit broken for anyone? I try to run mine and nothing happens. Not sure if it's me or my game because I don't use a mac normally.
I tried adding the node-webkit dev console right at the start but it doesn't show up either.
I've created a bug report for this since I tried it with an empty new project and it still won't run on mac.
chances are the permissions get bunked when you bring it from Parallels / VMWare into OSX.
1. Open terminal
2. Type sudo chmod -R 0755 path/to/file/yourfile.app
3. Type password.
4. Enjoy.
Develop games in your browser. Powerful, performant & highly capable.
chances are the permissions get bunked when you bring it from Parallels / VMWare into OSX. 1. Open terminal 2. Type sudo chmod -R 0755 path/to/file/yourfile.app 3. Type password. 4. Enjoy.
Well DARN that worked great. OK!