Error: The `libsass` binding was not found
This error pops up if the version of libsass that you've installed via npm is out of date compared to your installed version of node.
To fix
Re-install your node_modules.
- Remove the entire node_modules directory from your project
npm cache clean
npm install