Skip to content

Instantly share code, notes, and snippets.

@GuoQichen
Last active May 27, 2017 02:38
Show Gist options
  • Select an option

  • Save GuoQichen/2a4a69eb879d03f1f44c47b5ed9d937e to your computer and use it in GitHub Desktop.

Select an option

Save GuoQichen/2a4a69eb879d03f1f44c47b5ed9d937e to your computer and use it in GitHub Desktop.

Revisions

  1. GuoQichen renamed this gist May 27, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. GuoQichen revised this gist May 27, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions node-unlinked-error.txt
    Original 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
  3. GuoQichen renamed this gist May 27, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. GuoQichen revised this gist May 27, 2017. No changes.
  5. GuoQichen revised this gist May 27, 2017. No changes.
  6. GuoQichen created this gist May 27, 2017.
    8 changes: 8 additions & 0 deletions gistfile1.txt
    Original 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