[AC-2477] Update isntallation fails
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-08-07T22:36:08.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy, Studio |
Labels | n/a |
Reporter | James Whitfield |
Assignee | Michael Xia |
Created | 2013-08-07T00:17:22.000+0000 |
Updated | 2016-03-08T07:41:31.000+0000 |
Description
Steps to Reproduce:
Go Help->Check for Titanium Updates
Wait for the list to load.
My list contains 3 entries (screenshot)
Click Install
Actual Result:
Error message:
Error encountered during update
Failed to install alloy. Please see the Studio log for more information.
Failed to install titanium. Please see the Studio log for more information.
Failed to install acs. Please see the Studio log for more information.
Expected Result:
Update completed
Attachments
Hi James, Does it install successfully if you install from the command line using "npm install -g alloy titanium acs"? Thanks.
Hello Michael, It did not install properly and it turned out the Path variable had two NodeJS entries, one for node js home and other to the /bin/ directory, causing NodeJS itself to confuse the script location. It is fixed now. Thank you.