sencha touch - Failed to resolve dependency Ext.grid.Panel on ExtJS 6.0 -
i having following error when trying extend 'ext.grid.panel' shown in example on sencha official documentation. used both classic, modern, universal framework , still not working.
failed resolve dependency ext.grid.panel file xmlgrid.view.main.main [err] [err] build failed [err] com.sencha.exceptions.exnotfound: unknown definition dependency : ext.grid.panel [err] @ o [err] rg.apache.tools.ant.unknownelement.execute(unknownelement.java:291) [err] [err] total time: 65 minutes 56 seconds [err] error during rebuild : following error occurred while executing line: c:\users\nandeesh\workspace\xmlgrid\.sencha\app\watch-impl.xml:4: following error occurred while executing line: c:\users\nandeesh\workspace\xmlgrid\.sencha\app\build-impl.xml:380: following error occurred while executing line: c:\users\nandeesh\workspace\xmlgrid\.sencha\app\init-impl.xml:403: com.sencha.exceptions.exnotfound: unknown definition dependency : ext.grid.panel [inf] refresh complete in 0 sec. @ 10:59:30
i have fix error 6.5.0 sencha cmd version , 6.2.0 ext js version.
answer bit late @random aspirer search here is.
issue comes toolkit config defined in app.json :
- if have :
"toolkit" : "modern",
replace
"toolkit" : "classic",
solution reference : https://www.sencha.com/forum/showthread.php?303033-unknown-definition-for-dependency
Comments
Post a Comment