slush-marklogic-node icon indicating copy to clipboard operation
slush-marklogic-node copied to clipboard

gulp init broken with latest Roxy

Open grtjn opened this issue 8 years ago • 0 comments

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, '');

grtjn avatar Oct 30 '17 11:10 grtjn