Reputation: 85
I am unable to generate app using SenchaCmd 5.1.3.61. I am getting following error. Can someone let me know if I am doing something wrong or missing anything?
Console Output:
D:\wamp\www\SenchaWorkspace>sencha generate app SenchaApp SenchaApp
Sencha Cmd v5.1.3.61
[INF] Workspace does not have framework null at D:\wamp\www\SenchaWorkspace ... copying
[ERR] Failed to determine framework name. Please ensure this command was issued from either a framework or application directory
Upvotes: 0
Views: 553
Reputation: 74176
Looks like your missing the -sdk
argument.
Try:
sencha -sdk /path/to/ext generate app SenchaApp SenchaApp
Upvotes: 1