Titanium JIRA Archive
Appcelerator Community (AC)

[AC-2240] CLI: 3.1 update causes crash and subsequently "Unable to locate the CLI executable"

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionNeeds more info
Resolution Date2013-04-23T00:15:44.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsStudio, Titanium SDK & CLI
Labelstriage
ReporterAntonino
AssigneeMauro Parra-Miranda
Created2013-04-20T11:46:26.000+0000
Updated2016-03-08T07:41:14.000+0000

Description

The installation of Titanium CLI 3.1.0 update crash; After the crash, any attempt to launch the emulator generates the following error: Unable to locate the CLI executable. Please restart Studio or use Help > Check for Titanium Updates to install Titanium CLI.

Attachments

FileDateSize
.log2013-04-20T11:46:26.000+000011125

Comments

  1. Daniel Sefton 2013-04-23

    Hi Antonino, First of all can you run the following in the Terminal?
    titanium status
       titanium -v
    The latter will ensure that the CLI is installed. If that generates an error, either run the following command in Terminal:
    sudo npm -g install titanium
    This should ensure that titanium is properly installed. Or it could just be that your paths are wrong. You can try the following suggestion in TC-1842: {quote}create .bash_profile in my home and write export PATH=$PATH:/usr/local/share/npm/bin in terminal execute . ~/.bash_profile confirm echo $PATH ->/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/share/npm/bin open Studio and Run project.{quote} Thanks.
  2. Mauro Parra-Miranda 2013-11-25

    DUP of TC-2448

JSON Source