<div id="geary-body" dir="auto"><div><br></div></div><div id="geary-quote" dir="auto"><br>On Sun, Sep 1, 2019 at 9:12 PM, Pirate Praveen <praveen@onenetbeyond.org> wrote:<br><blockquote type="cite"><div class="plaintext" style="white-space: pre-wrap;">On Sun, 01 Sep 2019 19:29:44 +0500 Pirate Praveen
<<a href="mailto:praveen@onenetbeyond.org">praveen@onenetbeyond.org</a>> wrote:
<blockquote> 
 
 > Just extra information: I just found node-postcss also fails the same
 > way (to confirm it is indeed a gulp issue).
 
 Is there a way we can find which file brings this error?
 
</blockquote>
Running the following command in node-postcss master

node-postcss$ node --inspect-brk
/usr/share/nodejs/gulp/node_modules/gulp-cli/bin/gulp.js build

And opening chrome://inspect and clicking "Open dedicated DevTools for Node"

Then run script button on top right,

Gives the error is found in this file
<a href="file:///usr/lib/nodejs/fancy-log/index.js:22">file:///usr/lib/nodejs/fancy-log/index.js:22</a>

</div></blockquote><span style="white-space: pre-wrap;"><br>And fancy-log package.json wants chalk ^1.1.1 and we have chalk 2.4.2 which to me looks like a possible culprit.</span></div>