Sariban D'Cl
Sariban D'Cl

Reputation: 2227

Sencha cmd not opening

Hi I want to learn Sencha. I have basic knowledge of MVC. I have downloaded sencha Touch and Sencha cmd. I have extracted sencha Touch folder to my local. And I have installed Sencha cmd. But Sencha cmd is not working. When I click on cmd it automatically disappeared. What can I do now. I have installed Sencha SDK Tool.

Any one please help me out.

Upvotes: 0

Views: 3544

Answers (6)

Vy Do
Vy Do

Reputation: 52488

A real case: Sencha v6.5.3.6 on Windows 10 professional x64. From CMD, you run

C:\Users\computer_user_name\bin\Sencha\Cmd\sencha

I must point out full path of sencha.exe for running.

Upvotes: 0

UDID
UDID

Reputation: 2423

After installing Sencha cmd in windows you need to set Environment variables.

  1. Open start menu
  2. Click on computer > Right click Properties.
  3. In properties > click on Advance setting.
  4. In Advance setting click on environment variable.
  5. Here you select path and click on edit and add the path of the sench cmd.
  6. Go back to cmd and run sencha.

Here you will get all the sencha details. if you get means sencha is installed properly.

Upvotes: 1

RaviPatidar
RaviPatidar

Reputation: 1486

there is no need to open sencha cmd and sdk if you have correctly installed sencha cmd then go to command promt and type sencha if it's show version and other help command then it's properly installed. then go to your sdk path and create app by sencha generate app app_name folder_name or path where you want to create your application.

Upvotes: 0

user3471830
user3471830

Reputation: 1

Goto command promt and type sencha . if your sencha cmd is installed properly ,you will see data on your promt. if it says that sencha command not found,try reinstalling sencha cmd

Upvotes: 0

Anand Gupta
Anand Gupta

Reputation: 5700

At first you have to download the cmd(Which you have done). Then do the followings:

  1. It is a zip file. Extract it.

  2. Then you will get a .run file(If using ubuntu) or .exe file(In Windows).

  3. Double click this file and install it. (For Ubuntu, first you have to change permission of this file to 777 using chmod 777 .run/file/path and then double click).

Now you can run sencha in terminal and check whether it has successfully been installed or not.

Upvotes: 0

Saki
Saki

Reputation: 5856

There is a series of videos on how to prepare your computer for development here: http://extjs.eu/videos

Upvotes: 2

Related Questions