Titanium JIRA Archive
Appcelerator Community (AC)

[AC-1235] Appcelerator Studio Issues installing CLI

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionInvalid
Resolution Date2015-05-15T13:45:30.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsStudio
Labelsn/a
ReporterNicholas Thurston
AssigneeRadamantis Torres-Lechuga
Created2015-05-13T15:44:04.000+0000
Updated2016-03-08T07:37:37.000+0000

Description

Ran into issues during the install of Appcelerator Studio, had to force quit. Reinstalled Studio and it runs successfully. As soon as I start Studio it wants to install the CLI "Appcelerator CLI Core N/A". I go to let it install and get an error stating "Appcelerator CLI is currently installing or upgrading. Please wait until it has finished and retry your command afterwards." I have tried removing and reinstalling Studio with same error.

Attachments

FileDateSize
appStudio.log2015-05-13T15:43:38.000+000014046

Comments

  1. Harish Mridha 2015-05-14

    Hi , Thanks for your concern . The problem is about Appcelerator Command Line . Make sure that you nstall the Appcelerator Command Line properly . Follow the steps to Install the Appcelerator Command Line . *1. Ensure that you have Node.JS installed*
       node --version
       
    If it works, you will see a version such as v0.10.37. *2. Install the Appcelerator CLI*
       sudo npm install appcelerator -g
       
    *3. After installation, you need to run setup to kick things off.*
       appc setup
       
    Thanks
  2. Nicholas Thurston 2015-05-14

    Thanks, that worked. I was missing the last step.

JSON Source