nodebrewのメモ

brew install nodebrew
nodebrew -v 
churabou@churabou ~> nodebrew install v8.9.4
Fetching: https://nodejs.org/dist/v8.9.4/node-v8.9.4-darwin-x64.tar.gz
Warning: Failed to create the file
Warning: /Users/churabou/.nodebrew/src/v8.9.4/node-v8.9.4-darwin-x64.tar.gz:
Warning: No such file or directory

srcを作る。

 mkdir -p ~/.nodebrew/src
nodebrew use v8.9.4