Jens Doose

Results 6 comments of Jens Doose

workaround for the time being: Put the following stuff into a batch file: ``` @echo off setlocal enabledelayedexpansion enableextensions set LIST= for /f "delims=" %%x in ('forfiles /s /m *.js...

:D Thanks! batch files tend to be not very reliable, so I think of it as a workaround.

@sourav2029 Please uncomment the first line "@echo off", run the batch file from a command shell and post the result here.

;) Could you post some more lines? It is quite hard to find which command is incorrect if the call is missing :D

Ah, okay, I see. Well, that batch file just enumerates all js-files in the directory, including sub-directories and instructs docco to work on them. If you happen to have a...

An `npm rebuild` might be needed, see https://github.com/Medium/phantomjs, section "Cross-Platform Repositories". This was the reason, when we encountered this problem. See also pull request #555