I was debugging why my .scss didn't get re-rendered as expected and found out that `node-sass 4.6.0` [has an issue](https://github.com/sass/node-sass/issues/2139) with the watchers. Maybe should specify dep version in package.json to avoid troubles like these?