dialogo icon indicating copy to clipboard operation
dialogo copied to clipboard

Gulp Bundle error on Windows

Open vote539 opened this issue 9 years ago • 0 comments

Just thought I'd point this out. I downloaded the project from Github, and ran npm install. However, when I run "gulp bundle", I get the following error.

[00:06:09] Using gulpfile ~\Documents\projects\dialogo\gulpfile.js
[00:06:09] Starting 'clean'...
[00:06:09] Finished 'clean' after 1.42 ms
[00:06:09] Starting 'bundle-dialogo'...
[00:06:09] Starting 'bundle-test-bundle'...
[00:06:09] Starting 'copy-test-resources'...
[00:06:09] Finished 'copy-test-resources' after 6.8 ms
events.js:85
      throw er; // Unhandled 'error' event
            ^
Error: not implemented
    at Readable._read (_stream_readable.js:464:22)
    at Readable.read (_stream_readable.js:341:10)
    at resume_ (_stream_readable.js:725:12)
    at _stream_readable.js:717:7
    at process._tickCallback (node.js:355:11)

That's with the latest Node (0.12.3) and Gulp (3.8.11) on Windows 8.1.

I have an old mac, and the project runs fine on there.

vote539 avatar May 21 '15 05:05 vote539