marklogic-community / slush-marklogic-node

Slush generator for a MarkLogic/node project

Home Page:https://github.com/marklogic-community/slush-marklogic-node/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp init broken with latest Roxy

grtjn opened this issue · comments

commented

Roxy prints warnings about not being able to connect to MarkLogic, which is obvious if you are about to configure that. The warnings cause the json parse to fail though, and gulp init-local/prod silently terminate.

Adding this line just before the JSON.parse helps:

      output = output.replace(/^WARN.*$/gm, '');