で、いよいよHyperledgerを入れようとすると、node.jsのバージョンはv6までじゃないとだめだという
https://hyperledger.github.io/composer/installing/development-tools.html
The following are prerequisites for installing the required development tools: Node: 6.x (note versions 7 and higher are not supported)
マジカヨ。それでnvmなのね。
みんなどうしてんの?とチームメンバーに聞いたら、nodebrewを使っているというので、それを使ってみる。インストール方法は、
https://qiita.com/akakuro43/items/600e7e4695588ab2958d
に書いてあるけど、nodebrew install-binary lastestする前に、~/.nodebrew/srcを手で作っておかないと失敗する罠があった。
とりあえず、これでいいのかな?