I'm trying to run PHPMaker 2017. It installs and runs fine, everything seems to work perfectly, except when I generate pages, it crashes with the following error:
Starting generation...
net.js:139
this._handle.open(options.fd);
^
Error: EINVAL: invalid argument, uv_pipe_open
at Error (native)
at new Socket (net.js:139:18)
at createWritableStdioStream (internal/process/stdio.js:156:16)
at process.getStdout [as stdout] (internal/process/stdio.js:10:14)
at console.js:100:37
at NativeModule.compile (node.js:451:7)
at Function.NativeModule.require (node.js:392:18)
at Object.defineProperty.get (node.js:236:29)
at logStart (C:\users\crossover\My Documents\PHPMaker\Templates\phpv20170\cache\webcamadmin.js:17:9)
at generateFile (C:\users\crossover\My Documents\PHPMaker\Templates\phpv20170\cache\webcamadmin.js:41:5)
Any ideas?