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) 

请注意,我用 example.com 替换了我的实际 URL

4

1 回答 1

0

我们已经发布了一个新版本的测试版,应该可以解决这个问题。请重新运行

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

升级。

于 2014-10-31T18:04:07.883 回答