## Why? V8 took away support for one utf method relied upon by `node-sass`. Node-sass [fixed it in April 2019](https://github.com/sass/node-sass/pull/2633). But `gulp-sass` hasn't updated since 2018. ## Workaround Use Node v11 via `nvm` until `gulp-sass` updates.
Why?
V8 took away support for one utf method relied upon by
node-sass. Node-sass fixed it in April 2019. Butgulp-sasshasn't updated since 2018.Workaround
Use Node v11 via
nvmuntilgulp-sassupdates.