Open AsimTariq opened 4 years ago
@AsimTariq did you ever overcome this issue? I'm experiencing the exact same problem
If it helps anyone, I'm getting the following in the process error log (%HOMEPATH%\AppData\Local\Temp\sf_proc_00.err)
'git' is not recognized as an internal or external command, operable program or batch file.
I have no idea why this would happen, @AsimTariq are you getting the same error? I'm guessing this may be related to why we need to specify the path to node.exe as the PATH doesn't seem to apply here.
https://github.com/nesk/puphpeteer/issues/88#issue-598199063;
I also encountered such a problem, how did you deal with it?
I had an issue similar to this where puphpeteer was falling over due to the js-portion receiving an invalid json payload- this was due to loading too much data via setContent
, dumping the content to file & loading the file eliminated my particular issue.
Related to #87
Describe the bug When trying to run this code i get the error:
Reproducible example
Expected behavior Expected it to run without problems
Environment (please complete the following information):
My Node package manager is:
Additional context I have been looking at https://github.com/bobthecow/psysh/wiki/Configuration but i do not have this folder. I am using Lumen framework. There is no psysh folder. https://github.com/bobthecow/psysh/issues/198