0

Studio Beta で問題が発生しています。モデルが正しく取得されず、ブラウザ コンソールから次のエラーが表示されます。

TypeError: Cannot read property 'dataSource' of undefined
    at Array.<anonymous> (http://example.com:45406/scripts/modules/model/model.services.js:181:36)
    at Array.forEach (native)
    at Object.forEach (http://example.com:45406/scripts/vendor/angular/angular.js:303:11)
    at http://example.com:45406/scripts/modules/model/model.services.js:163:23
    at http://example.com:45406/scripts/vendor/angular/angular-resource.js:554:32
    at wrappedCallback (http://example.com:45406/scripts/vendor/angular/angular.js:10930:81)
    at http://example.com:45406/scripts/vendor/angular/angular.js:11016:26
    at Scope.$eval (http://example.com:45406/scripts/vendor/angular/angular.js:11936:28)
    at Scope.$digest (http://example.com:45406/scripts/vendor/angular/angular.js:11762:31)
    at Scope.$apply (http://example.com:45406/scripts/vendor/angular/angular.js:12042:24) 

実際の URL を example.com に置き換えたことに注意してください。

4

1 に答える 1

0

この問題を修正する新しいバージョンのベータ版をリリースしました。再実行してください

npm install -g http://get-studio.strongloop.com/strong-studio.tgz

改良する。

于 2014-10-31T18:04:07.883 に答える