0

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

Kalyan
  • 85
  • 2
  • 10

1 Answers1

1

Looks like your missing the -sdk argument.

Try:

sencha -sdk /path/to/ext generate app SenchaApp SenchaApp
CD..
  • 72,281
  • 25
  • 154
  • 163