The issue is with the command
010_add_platform_class.js
missing execute permission.
You could use
chmod +x hooks/after_prepare/010_add_platform_class.js
to give execute permission.
I found this solution on the Ionic framework forum at the below link.http://forum.ionicframework.com/t/how-to-fix-this-error-spawn-eacces/20490/6
0 comments:
Post a Comment