so this happened to me on windows recently. I fix it by following the following steps using a PowerShell with admin privileges:
- delete
node_modulesfolder - running
npm install --global windows-build-toolswith administrative privilege. (in my case need restart – and restart without ask!!!) - reinstalling node modules or node-sass with
npm install