Titanium JIRA Archive
Appcelerator Community (AC)

[AC-3186] Cannot install titanium cli

GitHub Issuen/a
TypeNew Feature
Priorityn/a
StatusResolved
ResolutionNeeds more info
Resolution Date2015-09-30T04:09:13.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterFULVIO DI FRANCESCO
AssigneeShak Hossain
Created2015-07-06T09:57:35.000+0000
Updated2016-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

FileDateSize
.log2015-07-06T09:57:42.000+0000235851

Comments

  1. Rakhi Mitro 2015-08-19

    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

JSON Source