简体   繁体   中英

Sencha - Unable to create sencha app

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

Looks like your missing the -sdk argument.

Try:

sencha -sdk /path/to/ext generate app SenchaApp SenchaApp

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM