Sencha Charts是否已从ExtJS 7.0 Classic GPL中删除?

问题描述

我已经通过npm成功安装了ExtJS 7.0 GPL,但是它没有包含app.json中引用的图表组件,如下所示。

"requires": [
   "charts"
]

运行nmp start时遇到的错误如下。

    i [ext]: ext-webpack-plugin v7.0.0,Ext JS v7.0.0 Commercial Edition,Sencha Cmd v7.0.0.40,webpack v4.39.3n/a
    i [ext]: Starting development build for extjs
    i 「wds」: Project is running at http://0.0.0.0:1962/
    i 「wds」: webpack output is served from /
    i 「wds」: Content not from webpack is served from ./
    i 「wds」: 404s will fallback to /index.html
    i [ext]: Processing Build Descriptor : classic (development environment)
    i [ext]: [ERR] Cannot satisfy requirements for "charts"! [ERR]    The following versions cannot be satisfied: [ERR]       Monitor: charts (No matches!)
    i [ext]: [ERR] Cannot resolve package requirements
    i [ext]: [ERR]
    i [ext]: [ERR] The application was last modified by an older version of Sencha Cmd (7.2.0.84). [ERR] Installing a newer Sencha Cmd version may resolve the error described above. [ERR]
    ******************************************
    i [ext]: Cannot satisfy requirements for "charts"! [ERR]    The following versions cannot be satisfied: [ERR]       Monitor: charts (No matches!)
    ******************************************

在全新安装和升级中也会发生相同的错误

这是许可证问题还是我在app.json中丢失了某些内容

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...