OSX EI Capitan + Node.js

Scala + Play2.4 の勉強しているのですがターミナルに下記の警告が出てしまう。

Warning: node.js detection failed, sbt will use the Rhino based Trireme JavaScript engine instead to run JavaScript assets compilation, which in some cases may be orders of magnitude slower than using node.js.

対処方法は下記リンクにあるけど、

stackoverflow.com

ターミナルで「brew install node」をすると

Warning: You are using OS X 10.11.
We do not provide support for this pre-release version.
You may encounter build failures or other breakage.

Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.

Error: Failure while executing: /usr/bin/otool -L /usr/bin/install_name_tool

となりエラーになる。

OSX EI CapitanのNode.jsはまだ未対応のようだ。

 

追記:2015/10/18

coolestguidesontheplanet.com

brewを使わないでパッケージからインストールすれば警告無くなった。