Skip to content

Instantly share code, notes, and snippets.

@dustinleer
Last active November 15, 2021 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustinleer/9929ed90b2dc72b225419c670943fbc8 to your computer and use it in GitHub Desktop.
Save dustinleer/9929ed90b2dc72b225419c670943fbc8 to your computer and use it in GitHub Desktop.
Node Sass and NPM Build Issues

To Rebuild Node Sass, these commands are helpful.

npm uninstall node-sass
npm i node-sass
npm rebuild node-sass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment