[AC-3186] Cannot install titanium cli
GitHub Issue | n/a |
Type | New Feature |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2015-09-30T04:09:13.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | FULVIO DI FRANCESCO |
Assignee | Shak Hossain |
Created | 2015-07-06T09:57:35.000+0000 |
Updated | 2016-03-08T07:57:35.000+0000 |
Description
Steps to Reproduce
-appcelerator start up, automatic install reports error: cannot find cli
-help->install sdk->error: java null pointer exception
-sudo npm install -g titanium-> no error, no installation
Actual Result
unable to install titanium cli
Expected Result
titanium cli installation
Attachments
File | Date | Size |
.log | 2015-07-06T09:57:42.000+0000 | 235851 |
Hello [~fulvio.difrancesco@gmail.com], Please follow the steps below and let me know. *Open terminal and run below commands :* 1. Check if Java JDK is installed: java --version (if not installed you can download it from [here ](http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html) ) 2. Ensure that you have Node.JS installed: node --version (if not installed then you can download it from [here| https://web.appcelerator.com/product/cli]) 3. Install the Appcelerator CLI: sudo npm install appcelerator -g 4. appc setup Login to Studio from terminal using below command and then open your Studio: appc login *If the problem still persist then:* *Uninstall SDK:* appc ti sdk uninstall (SDK version) *Install SDK:* appc ti sdk install latest or appc ti sdk install (SDK version) Thanks