Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to locate framework.dir in sencha

Tags:

command

extjs

I have installed sencha cmd 4.0.4.84. But when i tried to create an App it is showing Unalble to locate framework.dir property from sencha config.Ensure the command was executed from a valid framework direcotry.Non framework directory

like image 456
Nayas Subramanian Avatar asked Jan 09 '23 06:01

Nayas Subramanian


1 Answers

It is exactly what it says: you are most likely running sencha from a wrong directory.

cd /where/you/extracted/ext-4.2.1
sencha generate app MyApp /where/you/want/myapp

For more details watch: Creating Workspace and Applications video.

like image 178
Saki Avatar answered Jan 15 '23 17:01

Saki