Sencha Cmd

Amr Elsharqawi8 years ago

Hello All,

ext-6.2.0 has been installed but after installing Sencha Cmd I am still getting the error code "Missing sencha cmd package (https://www.sencha.com/products/extjs/cmd-download/)"

so please tell me what is the installation path for Sencha Cmd

Thanks for the fantastic work!

Anton Tananaev8 years ago

The requirement is that "sencha" executable has to be on the path.

Amr Elsharqawi8 years ago

That was so fast,

Do you mean to put “sencha” executable in setup directory itself? or traccar directory

Thanks Anton!

Anton Tananaev8 years ago

No, but you should be able to execute it without providing the full path. Usually it means that path to it should be in the PATH environment variable.

Amr Elsharqawi8 years ago

Got it thanks!!

it works!

All we need is to install it by the following command

sudo ./SenchaCmd-6.2.1.29-linux-amd64.sh -q -dir /bin

Thanks Anton