question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: no writecb in Transform class

See original GitHub issue

I’m getting Error: no writecb in Transform class with gulp-autoprefixer version 3.0.2 on Node 0.10 using the following task:

gulp.task 'styles', ->
    gulp.src "#{src.styles}/**/*.styl"
        .pipe plumber()
        .pipe stylus 
            use: nib()
        .pipe autoprefixer 
            browsers: ['last 2 versions']
        .pipe gulp.dest dest.styles

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
sindresorhuscommented, Oct 17, 2015

Done, but just to be clear, the breaking change with dropping support for Node.js 0.10 was in autoprefixer, not this plugin. That’s where the notice should have been.

1reaction
betaorbustcommented, Oct 16, 2015

@sindresorhus, as there’s no changelog, can you put this in the release notes for 3? no writecb in Transform class is an unfortunately common error, and it took a while to track down that it was gulp-autoprefixer throwing it. Putting depreciations or breaking changes between major releases would be AWESOME and would make keeping our packages up to date much easier.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: no writecb in Transform class · Issue #207 - GitHub
I get this error when running gulp-less with node 0.10 (the version packaged in Debian stable): Potentially unhandled rejection [2] Error: ...
Read more >
Error: no writecb in Transform class.? - Stack Overflow
There is result after running "gulp buildhtml". The problem appears today. [11:31:46] Starting 'buildhtml'..
Read more >
Gulp error: [Error: no writecb in Transform class] - Laracasts
Gulp error: [Error: no writecb in Transform class]. Hi there. I am doing a fresh install of Laravel and Spark. I've followed the...
Read more >
Error: no writecb in Transform class - Google Groups
Hello. I'm new in nodejs and now playing with streams. Now I try combine streams in one and then separate their. For separate...
Read more >
Frontend: Error: no writecb in Transform class - - Bountysource
When i run npm run build command.Exception happed. [11:42:01] Starting 'build'... [11:42:01] Starting 'lesspass'... [11:42:01] Starting 'images'.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found