Skip to content

Instantly share code, notes, and snippets.

@nilswindisch
Created January 28, 2017 10:48
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 nilswindisch/442b96196a9dd2a552468e47beaf4382 to your computer and use it in GitHub Desktop.
Save nilswindisch/442b96196a9dd2a552468e47beaf4382 to your computer and use it in GitHub Desktop.
Update node-sass
#!/bin/bash
echo "Updating node-sass globally"
npm update -g node-sass@latest
echo "node-sass updated"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment