无法加载所需的框架:extjs中的ext @ null [英] Unable to load required framework: ext@null in extjs

查看:309
本文介绍了无法加载所需的框架:extjs中的ext @ null的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在运行应用程序时设置extjs和sencha时,我收到无法加载所需框架的错误消息

Setting up extjs and sencha when I ran the app I get error unable to load required framework

root@samuel-pc:~/Documents/code/test# sencha app watch
Sencha Cmd v6.5.0.180
[ERR] Unable to load required framework: ext@null

推荐答案

首先,您必须使用sencha workspace init创建workspace.json,然后将框架添加到workspace.json中,例如:

First of all you must create workspace.json with sencha workspace init then add your frameworks into workspace.json like:

"frameworks": {
  "ext": {
    "path": "ext"
  }
}

此后,您可以运行sencha app install以便安装要求,然后可以运行sencha app build和...

after that you can run sencha app install in order to install requirements and then you can run sencha app build and ...

这篇关于无法加载所需的框架:extjs中的ext @ null的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆