Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/extjs/3.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
Npm Sencha图表是否已从ExtJS 7.0经典GPL中删除?_Npm_Extjs_Sencha Cmd - Fatal编程技术网

Npm Sencha图表是否已从ExtJS 7.0经典GPL中删除?

Npm Sencha图表是否已从ExtJS 7.0经典GPL中删除?,npm,extjs,sencha-cmd,Npm,Extjs,Sencha Cmd,我通过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]:

我通过
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
中遗漏了什么?

您是否首先尝试解决“上一次被旧版本的Sencha Cmd修改”错误?是的,我尝试过。我去了Sencha Cmd(7.2.0.84),这是最新的。这个问题没有答案吗?似乎我是唯一一个尝试使用ExtJS 7.0 GPL的人……您是否首先尝试解决了“上一次被Sencha Cmd旧版本修改”错误?是的。我去了Sencha Cmd(7.2.0.84),这是最新的。这个问题没有答案吗?似乎我是唯一一个尝试使用ExtJS 7.0 GPL的人。。。