php-server-manager icon indicating copy to clipboard operation
php-server-manager copied to clipboard

server not started in electron

Open doublevie opened this issue 7 years ago • 1 comments

server not started in packaged electron

doublevie avatar Apr 01 '18 14:04 doublevie

This package use child_process module to run the php server. Make sure you can execute child process in electron. I've found some issues like this: https://stackoverflow.com/questions/38172308/spawn-a-child-process-in-electron (and others)

oscarotero avatar Apr 01 '18 19:04 oscarotero