File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2727`echo "export JAVA_HOME=$(/usr/libexec/java_home)" >> ~/.bash_profile`
2828`echo "export ANDROID_HOME=/usr/local/opt/android-sdk" >> ~/.bash_profile`
2929
30+ puts "Installing node.js 0.12"
31+ system ( 'brew install homebrew/versions/node012' )
32+
3033puts "Creating Homebrew formula for NativeScript."
3134File . open ( "/usr/local/Library/Formula/native-script.rb" , "w:utf-8" ) do |f |
3235 f . write DATA . read
@@ -46,8 +49,7 @@ class NativeScript < Formula
4649
4750 depends_on :macos => :yosemite
4851 depends_on "pkg-config" => :build
49- depends_on "node"
50- depends_on "ant"
52+ # depends_on "node" # currently we do not work with latest node, and we manually install 0.12 (see above)
5153 depends_on "android-sdk"
5254 depends_on "gradle"
5355
You can’t perform that action at this time.
0 commit comments