Last active
May 27, 2017 02:38
-
-
Save GuoQichen/2a4a69eb879d03f1f44c47b5ed9d937e to your computer and use it in GitHub Desktop.
Revisions
-
GuoQichen renamed this gist
May 27, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
GuoQichen revised this gist
May 27, 2017 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -5,4 +5,5 @@ brew cleanup brew install node sudo chown -R $(whoami) /usr/local brew link --overwrite node # post-install 安装后 brew postinstall node -
GuoQichen renamed this gist
May 27, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
GuoQichen revised this gist
May 27, 2017 . No changes.There are no files selected for viewing
-
GuoQichen revised this gist
May 27, 2017 . No changes.There are no files selected for viewing
-
GuoQichen created this gist
May 27, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ sudo brew uninstall node brew update brew upgrade brew cleanup brew install node sudo chown -R $(whoami) /usr/local brew link --overwrite node brew postinstall node