Generate a sencha touch app

后端 未结 7 919
-上瘾入骨i
-上瘾入骨i 2020-12-06 07:47

I am trying to create a new sencha touch app using \"sencha generate app MyApp ../MyApp\" command on Windows.

I have done the following :

Do

7条回答
  •  抹茶落季
    2020-12-06 07:57

    This is because, you are using the older version of SenchaCMD. This can happen because of two reasons.

    Reason 1

    You installed SenchaCmd first and SenchaSDK second. This may override the latest version of SenchaCmd with older version, which is shipped with SenchaSDK.

    Solution

    Install SenchaSDK first and SenchaCmd last.

    Reason 2

    The path of SenchaCmd set on environment variable may be wrong. Please check this.

    As TDeBailleul said, you don't need SenchaSDK for the latest version of SenchaTouch. Just use SenchaCmd only.

提交回复
热议问题