Answer the question
In order to leave comments, you need to log in
Why is gulp-autoprefixer throwing an error?
var gulp = require('gulp');
var autoprefixer = require('gulp-autoprefixer');
gulp.task('default', function(){
gulp.src('css/*.css')
.pipe(autoprefixer({browsers: ['last 3 versions','> 5%']}))
.pipe(gulp.dest('app/'))
});
Answer the question
In order to leave comments, you need to log in
Последняя версия ноды -- 4.2, как вы думаете, не пора ли обновиться? Ошибка, кстати, именно из-за этого: Promise появились, ЕМНИП только в 0.12. Не бойтесь, оно все обратно совместимо.
А автору postcss надо по мозгам настучать баг-репорт написать: если пакет не работает на 0.10, значит, он и поставиться не должен.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question