extj5 ポータルの例に非常に似た Web アプリを作成したい: http://dev.sencha.com/extjs/5.0.0/examples/portal/index.html
別のディレクトリにコピーしてコーディングを開始したいと思います。
私が取っている手順は次のとおりです。
1) ポータル ディレクトリを作業ディレクトリにコピーします。
2) ポータルに移動
3) コマンドラインで以下を実行します。
sencha app upgrade ext-5.0.0 // Ext 5 and this app should be in the same directory
しかし、そうすると、次のようになります。
$ sencha app upgrade ext-5.0.0
Sencha Cmd v5.0.2.270
[WRN] Did not locate framework package
[WRN] Failed to resolve package ext-theme-neptune
[WRN] Failed to resolve package sencha-charts
[ERR] Theme "ext-theme-neptune" not found
[ERR] Required package "ext-theme-neptune" not found
これを行う適切な方法に関するアドバイスはありますか?Ruby は適切にインストールされており、extjs 5 チュートリアル (アプリの生成、アプリの監視など) を正常に実行できました。