Skip to content

Instantly share code, notes, and snippets.

@alexshive
Last active December 28, 2015 17:49
Show Gist options
  • Select an option

  • Save alexshive/7538288 to your computer and use it in GitHub Desktop.

Select an option

Save alexshive/7538288 to your computer and use it in GitHub Desktop.
Change ownership of path
sudo chown -R $USER /path/to/node_modules/folder
sudo chmod -R 777 /path/to/write
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment