我尝试在我的 Sencha 应用中动态加载本地包,这需要package-loader包。但是,当我尝试构建我的应用时,它无法下载**package-loader* a,并给出错误
[ERR] Cannot satisfy requirements for "package-loader"!
[ERR] The following versions cannot be satisfied:
[ERR] MyApp: package-loader (No matches!)
[ERR] Cannot resolve package requirements
我使用的是extjs 6.5.3和 Sencha cmd 7.4
1条答案
按热度按时间uyto3xhc1#
您是否在app.json文件的“requires”部分添加了“package-loader”?
如果您这样做了,您可能会完全丢失包。不用担心,您可以手动添加它。
详细信息:https://github.com/sencha/package-loader