lukekarrys/git-directory-deploy

Windows: Error: spawn UNKNOWN

Opened this issue · 1 comments

Hello,

I just commented here #10
But then saw the issue is closed. So it still is not working on windows:

internal/child_process.js:394
    throw errnoException(err, 'spawn');
    ^

Error: spawn UNKNOWN

[...]node_modules\git-directory-deploy\index.js:9:15)

regards,

I found a solution with different package:
https://www.npmjs.com/package/gh-pages
with script:
"deploy": "node node_modules/gh-pages/bin/gh-pages.js -d build/",