Skip to content

Instantly share code, notes, and snippets.

@paulodiogo
Created December 3, 2020 14:28
Show Gist options
  • Save paulodiogo/f9af84ec841959c56fccf79c29136066 to your computer and use it in GitHub Desktop.
Save paulodiogo/f9af84ec841959c56fccf79c29136066 to your computer and use it in GitHub Desktop.
Install node-sass locally
Download the binary from https://github.com/sass/node-sass/releases
Choose your node version build!
Open CMD:
> export SASS_BINARY_PATH=<BINARY FILE PATH>
> npm install node-sass
Done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment