extjs - Sencha Touch CMD installation issues -


i have mamp server running on mac.

in directory path: /applications/mamp/htdocs/myapp/sencha-touch-2.2.0-gpl/ sdk copied.

i downloaded latest sencha cmd tool sencha touch website: http://www.sencha.com/products/sencha-cmd/download mac version 3.1.1 mac

on installing sencha cmd tools: chose administrator/bin/ folder install into. got installed successfully.

after that, opened terminal window of mac, navigated sdk folder , typed sencha command. got following issues:

the current working directory (/applications/mamp/htdocs/myapp/sencha-touch-2.2.0-gpl) not recognized sencha sdk or application folder. running in backwards compatible mode.

the sencha cmd not reflecting correct version.

also, same warning error pops when try create new sencha app.

error while creating new project

could please guide correct method of installing sencha cmd or there thing have missed out?

thanks, ankit tanna.

for me it's in ~/.bash_profile.

open text editor. should remove path sdk tools , add path sencha cmd if it's not there yet.

for example, in ~/.bash_profile, have

# export path=/users/titouanvanbelle/bin/sencha/cmd/3.0.2.288:$path export path=/users/titouanvanbelle/bin/sencha/cmd/3.1.1.274:$path 

i commented path older version instead of removing in case need again.

hope helps


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -