Skip to content

Instantly share code, notes, and snippets.

@blift
Created October 13, 2020 11:19
Show Gist options
  • Save blift/eeb03b5e4ed03be1b237e62a755f56f1 to your computer and use it in GitHub Desktop.
Save blift/eeb03b5e4ed03be1b237e62a755f56f1 to your computer and use it in GitHub Desktop.
Node gyp error sass - fix
## In project folder where node is installed
npm uninstall node-sass && npm install node-sass
or with -g flag if globally rebuild is needed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment