Node Sass could not find a binding for your current environment

JavaScript
npm rebuild node-sass
This usually happens because your environment has changed since running `npm install`.
Run `npm rebuild node-sass` to download the binding for your current environment.
Source

Also in JavaScript: