Strongloop Studio не работает должным образом

У меня возникли проблемы с 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.


person Aaron Lee    schedule 31.10.2014    source источник


Ответы (1)


Мы выпустили новую бета-версию, которая должна решить эту проблему. Пожалуйста, запустите повторно

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

обновить.

person snathan    schedule 31.10.2014