[ERROR] : TiExceptionHandler: (main) [772274,773512] ----- Titanium Javascript Runtime Error ----- [ERROR] : TiExceptionHandler: (main) [1,773513] - In alloy.js:1,69 [ERROR] : TiExceptionHandler: (main) [0,773513] - Message: Uncaught TypeError: Cannot read property 'colors' of undefined [ERROR] : TiExceptionHandler: (main) [0,773513] - Source: bject(i)?i:{},s[t]=deepExtend(d,l,o)):"undefined"!=typeof o?s[t]=o:o.colors&&( [ERROR] : V8Exception: Exception occurred at alloy.js:1: Uncaught TypeError: Cannot read property 'colors' of undefined colors
I solved this problem by uninstalling the version of Alloy 1.5.1
(sudo) npm uninstall -g alloy (sudo) npm install -g alloy@1.5.0
But I need use Alloy 1.5.1 not alloy@1.5.0