hii,all I have made a project in android alloy framework, but after installing some titanium updates i encounter with problem of running alloy projects :(CLI version 4.0.0, Titanium SDK version 3.4.1.GA )
this error occured - Unhandled 'error' event ^ Error: spawn ENOENT at errnoException (child_process.js:1001:11) at ChildProcess._handle.onexit (child_process.js:792:34)
[ERROR] Application Installer abnormal process termination. Process exit value was 8
Then I resolved it by running following command on cmd : npm install -g alloy
But still facing following problem, Don't know how to resolve it :
^
TypeError: Arguments to path.join must be strings at f (path.js:204:15) at filter (native) at exports.join (path.js:209:40) at G:\Devanjali\accelerator_workspace\TabTutor\plugins\ti.alloy\hooks\alloy.js:105:15 at exithandler (child_process.js:652:7) at ChildProcess.emit (events.js:98:17) at maybeClose (child_process.js:756:16)
at Socket.<anonymous> (child_process.js:969:11)
at exports.execFile (child_process.js:702:9)
at exports.exec (child_process.js:589:18)
at G:\Devanjali\accelerator_workspace\TabTutor\plugins\ti.alloy\hooks\alloy.js:97:7
at C:\Users\Administrator\AppData\Roaming\npm\node_modules\titanium\node_modules\node-appc\node_modules\async\lib\async.js:567:21
at C:\Users\Administrator\AppData\Roaming\npm\node_modules\titanium\node_modules\node-appc\node_modules\async\lib\async.js:246:17
at C:\Users\Administrator\AppData\Roaming\npm\node_modules\titanium\node_modules\node-appc\node_modules\async\lib\async.js:122:13
at _each (C:\Users\Administrator\AppData\Roaming\npm\node_modules\titanium\node_modules\node-appc\node_modules\async\lib\async.js:46:13)
at async.each (C:\Users\Administrator\AppData\Roaming\npm\node_modules\titanium\node_modules\node-appc\node_modules\async\lib\async.js:121:9)
[ERROR] Application Installer abnormal process termination. Process exit value was 8
Please anybody can tell me why this issue is coming and how to resolve it?
I have also tried running this command : npm install -g bower
But Not able to resolve this issue.