extjssencha-cmd

Sencha Cmd version is incompatible with required version


I download the latest ExtJs version which is 7.3.1.27, but when i download the latest CMD, it's 7.3.0.19.

When I try to generate app, then it says " Sencha Cmd version (7.3.0.19) is incompatible with required version (7.3.0.20-7.3.0.20)"

Do we really need to match until the smallest version number? Why can't it support up to major version? Or Why don't make the CMD and ExtJS version same for download?


Solution

  • Go to the root of your projetc and run the command :

    sencha workspace upgrade
    

    If you get errors then edit sencha.cfg of your application accordingly to the required version of both Sencha Cmd and Ext JS. After edit run the command again