I try to make a gulp compile my sass then autoprefixit with gulp-autoprefixer but i\'m getting an error.
gulp-autoprefixer
var gulp = require(\'gulp\'), sass = re
Had the same issue. For me, updating node didn't work but adding this at the very beginning of my gulpfile did:
require('es6-promise').polyfill();