Skip to content

Instantly share code, notes, and snippets.

@rponte
Created January 13, 2011 00:50
Show Gist options
  • Save rponte/777193 to your computer and use it in GitHub Desktop.
Save rponte/777193 to your computer and use it in GitHub Desktop.
#Rode estes comando se tiver problemas de permissão na instalação do nodejs e npm:
sudo find node -type d -exec chmod 777 {} \;
sudo find node -type f -exec chmod 666 {} \;
sudo chown -R $USER /usr/local/{share/man,bin,lib/node}
@rodrigodealer
Copy link

"estes comando"

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