[AC-1414] Cannot install Appcelrator studio due to missing CLI executable
| GitHub Issue | n/a |
| Type | Bug |
| Priority | n/a |
| Status | Resolved |
| Resolution | Cannot Reproduce |
| Resolution Date | 2015-09-30T03:58:57.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Mark |
| Assignee | Shak Hossain |
| Created | 2015-06-22T19:32:17.000+0000 |
| Updated | 2016-03-08T07:37:50.000+0000 |
Description
Steps to Reproduce
1. I installed Appcelerator
2. At checking requisits I get missing CLI executable
3. Continued install.
4. No I get on startup attatched errormsg. Cannot start new project.
5. Tried to install, reinstall, reinstall node, reinstall alloy, etc. Nothing seems to work
(NB I filed this issue before by mail, but read that you prefer this form, so I refile it.)
Actual Result
After update Appcelerator is unusable
Expected Result
Installing CLI executable
Attachments
| File | Date | Size |
| .log | 2015-06-22T19:32:22.000+0000 | 286084 |
Hello, Try reinstalling the whole thing. Follow this link [here](https://web.appcelerator.com/product/cli). Make sure you have node.js installed. And follow the instruction. Thanks.
Hello [~darkmule], Please follow the steps with latest environments 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: 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