Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gulp-less breaks the build #43

Closed
repejota opened this issue Mar 16, 2015 · 1 comment
Closed

gulp-less breaks the build #43

repejota opened this issue Mar 16, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@repejota
Copy link
Member

./node_modules/.bin/gulp default
[16:05:57] Using gulpfile ~/Projects/tlks.io/front/gulpfile.js
[16:05:57] Starting 'jshint'...
[16:05:57] Finished 'jshint' after 15 ms
[16:05:57] Starting 'less'...
[16:05:57] Finished 'less' after 3.64 ms
[16:05:57] Starting 'csslint'...
[16:05:57] Finished 'csslint' after 2.34 ms
[16:05:57] Starting 'default'...
[16:05:57] Finished 'default' after 5.33 μs
/home/raul/Projects/tlks.io/front/node_modules/gulp-less/index.js:68
    }).done(undefined, cb);
       ^
TypeError: undefined is not a function
    at DestroyableTransform._transform (/home/raul/Projects/tlks.io/front/node_modules/gulp-less/index.js:68:8)
    at DestroyableTransform.Transform._read (/home/raul/Projects/tlks.io/front/node_modules/gulp-less/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js:184:10)
    at DestroyableTransform.Transform._write (/home/raul/Projects/tlks.io/front/node_modules/gulp-less/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js:172:12)
    at doWrite (/home/raul/Projects/tlks.io/front/node_modules/gulp-less/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js:237:10)
    at writeOrBuffer (/home/raul/Projects/tlks.io/front/node_modules/gulp-less/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js:227:5)
    at DestroyableTransform.Writable.write (/home/raul/Projects/tlks.io/front/node_modules/gulp-less/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js:194:11)
    at write (/home/raul/Projects/tlks.io/front/node_modules/gulp/node_modules/vinyl-fs/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:623:24)
    at flow (/home/raul/Projects/tlks.io/front/node_modules/gulp/node_modules/vinyl-fs/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:632:7)
    at DestroyableTransform.pipeOnReadable (/home/raul/Projects/tlks.io/front/node_modules/gulp/node_modules/vinyl-fs/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js:664:5)
    at DestroyableTransform.emit (events.js:104:17)
make: *** [build] Error 1
@repejota repejota added the bug label Mar 16, 2015
@repejota repejota added this to the 1.0 milestone Mar 16, 2015
@repejota repejota self-assigned this Mar 16, 2015
@repejota
Copy link
Member Author

It is a known bug:
gulp-community/gulp-less#140

Upgrade to 3.0.1!

repejota added a commit that referenced this issue Mar 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant