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

1.8.3 – Potentially unhandled rejection [2] Error: no writecb in Transform class #41

Closed
volkish opened this issue Jun 20, 2016 · 6 comments

Comments

@volkish
Copy link

volkish commented Jun 20, 2016

Task:
gulp.task('components_styles', function () { gulp.src(paths.components.styles) .pipe(less({ paths: [ './public_html/static/assets/stylesheets' ] })) .pipe(csso()) .pipe(header(fileHeaders)) .pipe(rename(fixComponentPath)) .pipe(gulp.dest('./public_html/static/assets/stylesheets/Components')); });

@gtanner
Copy link

gtanner commented Jun 20, 2016

Encountered this as well, pinned our dep to 1.7.1 for now while we wait for this to be fixed.

@alessandrovaccaro
Copy link

Is this issue potentially be the cause of this one on swagger-ui?

@tracker1
Copy link
Member

is this still happening with 1.8.4? I pushed the patch wrt the pending pull request...

@tracker1
Copy link
Member

Should be fixed in 1.8.4/5

@alessandrovaccaro
Copy link

@tracker1 I have tried it on swagger-ui and it looks good, thank you!

@tracker1
Copy link
Member

see #44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants