Crosswalk Error with Ionic CLI 1.3.8

I ended up changing the permissions on my directory and all subdirectories after the first failed attempt. Then, I run all my commands as sudo and things seems to work.

sudo find /Users/matt/Documents/_Ionic/myApp -type d -exec chmod -R 777 {} \;
4 Likes