Error on fresh install

Hi all,
I just installed ionic on my brand new macbook pro and run to this error:

➜ myApp ionic build ios
running cordova build ios
Running command: /Users/folivi/Documents/projects/mobile/myApp/hooks/after_prepare/010_add_platform_class.js /Users/folivi/Documents/projects/mobile/myApp
Error: spawn EACCES
at exports._errnoException (util.js:746:11)
at ChildProcess.spawn (child_process.js:1162:11)
at Object.exports.spawn (child_process.js:995:9)
at Object.exports.spawn (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:100:31)
at runScriptViaChildProcessSpawn (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/hooks/HooksRunner.js:188:23)
at runScript (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/hooks/HooksRunner.js:131:16)
at /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/hooks/HooksRunner.js:114:20
at _fulfilled (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:787:54)
at self.promiseDispatch.done (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:816:30)
at Promise.promise.promiseDispatch (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:749:13)

How can I fix this?

try ionic hooks add
this might fix your problem

It did!
Thank you
Is it something new introduced by the latest version of ionic. I didn’t have this problem on 1.3.14