Last active
July 4, 2018 09:06
-
-
Save kugaevsky/68a7fa894551da9c310a to your computer and use it in GitHub Desktop.
Reverting back to node 0.10.36 on Mac OS X with Homebrew
This file contains 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
$ cd /usr/local | |
$ git checkout b64d9b9c431642a7dd8d85c8de5a530f2c79d924 Library/Formula/node.rb | |
$ brew unlink node | |
$ brew install node | |
$ npm install -g npm@latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You save me~