-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Error: no writecb in Transform class #46
Comments
I have same problem. |
Node 0.10 is no longer supported. 3.0.0 was a major release for a reason. Upgrade Node. |
I'm getting the same error using gulp-autoprefixer(3.0.2) with gulp-less(3.0.3) on node 0.12. return gulp.src(sources.styles)
.pipe(less())
.pipe(cssAutoPrefixer({browsers: ['last 2 versions']}))
.pipe(gulp.dest(config.buildDirectory)); |
@sindresorhus, as there's no changelog, can you put this in the release notes for 3? |
Done, but just to be clear, the breaking change with dropping support for Node.js 0.10 was in |
I solved my issue by changing the way how declaring CSS animations with @Keyframes in LESS file. The problem was related with the "quotes" around the animation name. If anyone is interested, please read this other comment. |
I'm getting
Error: no writecb in Transform class
with gulp-autoprefixer version 3.0.2 on Node 0.10 using the following task:The text was updated successfully, but these errors were encountered: