Created
January 13, 2011 00:50
-
-
Save rponte/777193 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"estes comando"