Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/426.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 即使有正确的cmd和框架兼容版本,也无法构建sencha应用程序_Javascript_Extjs_Build_Sencha Cmd - Fatal编程技术网

Javascript 即使有正确的cmd和框架兼容版本,也无法构建sencha应用程序

Javascript 即使有正确的cmd和框架兼容版本,也无法构建sencha应用程序,javascript,extjs,build,sencha-cmd,Javascript,Extjs,Build,Sencha Cmd,所有代码中都没有保留调试器。在本地上一切正常。但当我开始构建应用程序时,它显示以下错误。 此外,在开发文件夹中,一切都可以正常工作。但是,当我尝试创建生产构建时,会出现以下错误 [ERR] BUILD FAILED [ERR] com.sencha.exceptions.ExNotFound: Failed to find mixin class: mymixin.language [ERR] [ERR] Total time: 6 seconds [ERR] T

所有代码中都没有保留调试器。在本地上一切正常。但当我开始构建应用程序时,它显示以下错误。 此外,在开发文件夹中,一切都可以正常工作。但是,当我尝试创建生产构建时,会出现以下错误

[ERR] BUILD FAILED
    [ERR] com.sencha.exceptions.ExNotFound: Failed to find mixin class: mymixin.language
    [ERR]
    [ERR] Total time: 6 seconds
    [ERR] The following error occurred while executing this 
    line:C:\TestApp\apps\myapp_dev\.sencha\app\build-impl.xml:367: The following error occurred while executing this line:C:\TestApp\apps\myapp_dev\.sencha\app\js-impl.xml:11: com.sencha.exceptions.ExNotFound: Failed to find mixin class: boseui.language9:35:39 PM"C:/Users/myaccount/bin/Sencha/Cmd/4.0.4.84/sencha" app refresh

在开发构建中,没有严格的要求强制执行,它将用于生产构建。如果该特定类在应用程序或应用程序使用的包中的任何位置被引用,则有必要拥有该文件,并使用“必需”配置导入该文件,无论在何处使用。

您使用什么命令启动构建?sencha app build production@tejas1991任何更多详细信息,如ext版本/sencha cmd版本,都有助于理解