Ionic build (or emulate) android returns path.js8

All:

I’ve running build and emulate ok (for the most part) and now just added the .ai & .png files in resources and now all build / emulate / run commands are returning…

path.js:8
    throw new TypeError('Path must be a string. Received ' +
    ^

TypeError: Path must be a string. Received undefined
    at assertPath (path.js:8:11)
    at Object.win32.resolve (path.js:130:5)
    at ...\app\project\hooks\after_prepare\icons_and_splashscreens-org.js:54:19
    at arrayEach (...\app\project\node_modules\lodash\index.js:1289:13)
    at Function.<anonymous> (...\app\project\node_modules\lodash\index.js:3345:13)
    at Object.<anonymous> (...\app\project\hooks\after_prepare\icons_and_splashscreens-org.js:53:3)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)

Error: Hook failed with error code 1: ...\app\project\hooks\after_prepare\icons_and_splashscreens-org.js

Also I updated lodash hoping that would fix it. No luck.

Any idears?