Skip to content

Instantly share code, notes, and snippets.

@quangnd
Last active November 25, 2016 16:31
Show Gist options
  • Save quangnd/c1055fed3cbb7783b131c53f077d3227 to your computer and use it in GitHub Desktop.
Save quangnd/c1055fed3cbb7783b131c53f077d3227 to your computer and use it in GitHub Desktop.
Fix home brew update error!!!

Error: /usr/local must be writable! on MacOS Sierra

Solution

sudo chgrp -R admin /usr/local
sudo chmod -R g+w /usr/local

Error node sass Node Sass does not yet support your current environment (macOS 10.12.1, Node 7.0.0)

Solution npm rebuild node-sass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment