Cross Walk Not installing

Trying for first time but getting some weird recursive error:

ionic browser add crosswalk@10.39.235.15
Adding crosswalk browser

Downloading: https://github.com/driftyco/cordova-crosswalk-engine/archive/c0.6.1.zip
[=============================] 100% 0.0s

Downloaded cordova-crosswalk-engine

Downloading: https://github.com/driftyco/cordova-android/archive/c0.5.5.zip
[=============================] 100% 0.0s
✗ (node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
✗ (node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
✗ (node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.

My Info:
ionic info

Your system information:

OS: Mac OS X Yosemite
Node Version: v0.10.36
Cordova CLI: 4.2.0
Ionic Version: 1.0.0-beta.14
Ionic CLI Version: 1.3.8
Xcode version: Xcode 6.1.1 Build version 6A2008a
ios-sim version: 3.1.1

I also have API 19 installed. What am I missing:

image

Upgrading Node to 0.12 seemed do the trick with the errors - now onto seeing how great it works on a device.

Spoke too soon…ARGH!!!

Initiallit got EACCESS error (and yes I tried chmod all folders, but they get recreated each time to run the command)

Removed old Cordova Android platform
There was an error adding the Cordova Android library
Running command: /Users/Shared/ionic/crossw/hooks/before_platform_add/init_directories.js /Users/Shared/ionic/crossw
Creating android project...
Error: spawn EACCES
    at exports._errnoException (util.js:746:11)

And then also is now getting stuck on second download

Adding crosswalk browser

Downloaded cordova-crosswalk-engine

Downloading: https://github.com/driftyco/cordova-android/archive/c0.5.5.zip
[=============================]  100%  0.0s

I have the same issue here.
+1

It is strange - I was able to do this without a problem on a second Mac. So I am thinking it must be something to do with Android setup. No clue - I gave up on that machine - it would be nice to understand the issue. I know this is probably not an Ionic thing, but I could not find anything helpful on Crosswalk docs.

When I did get it running, the starte templates worked, but for some reason my app that is based off of the tabs template does not work well. Some tabs don’t even show… I also had a ui-sref tag to transition to another state and then it displayed a directory listing of the files in tha Android app folder.

So I will have to do some more digging, I was hoping it would have been much simpler to include.