Created
October 13, 2020 11:19
-
-
Save blift/eeb03b5e4ed03be1b237e62a755f56f1 to your computer and use it in GitHub Desktop.
Node gyp error sass - fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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