(1)在macOS 10.12.5上使用ExtJS6.5。
(2)我正在读production.html的指南。
(3)下载https://github.com/sencha-extjs-examples/QuickStart/archive/master.zip
(4)解压缩,将目录QuickStart-master重命名为QuickStart。
(5) ExtJS6.5(解压缩后)放入/Users/donhuvy/Downloads/ext-6.5.0。
我跑
cd /Users/donhuvy/Downloads/QuickStart
sencha app install --framework=/Users/donhuvy/Downloads/ext-6.5.0我看到错误:
➜ ~ pwd
/Users/donhuvy
➜ ~ cd /Users/donhuvy/Downloads/QuickStart
➜ QuickStart sencha app install --framework=/Users/donhuvy/Downloads/ext-6.5.0
Sencha Cmd v6.5.0.180
[INF] Using existing workspace at /Users/donhuvy/Downloads/QuickStart
[INF] Copying framework to /Users/donhuvy/Downloads/QuickStart/ext
[INF] Loading configuration for framework directory: /Users/donhuvy/Downloads/QuickStart/ext
[INF] Upgrading to Ext JS 6.x
[INF] Upgrading to sdk at /Users/donhuvy/Downloads/QuickStart/ext
[ERR] Unable to locate .sencha folder
[ERR] Please ensure this folder is a valid v3 ExtJS application
[ERR] com.sencha.exceptions.ExScript: com.sencha.exceptions.ExState: No .sencha directory found (anonymous#27)
runAppUpgrade (anonymous:26)
[anonymous] (anonymous:464)
x_app_upgrade (anonymous:463)
➜ QuickStart sencha app install --framework=/Users/donhuvy/Downloads/ext-6.5.0
Sencha Cmd v6.5.0.180
[INF] Using existing workspace at /Users/donhuvy/Downloads/QuickStart怎么修呢?
发布于 2017-06-24 03:07:03
从一开始就执行以下步骤
(记住:清除浏览器的缓存)
https://stackoverflow.com/questions/44731585
复制相似问题