Hi everyone, following this tutorial i’m trying to use ember 2.1 with ember-cli. After I modified bower.json and run bower install i’m trying to test the application with ember server command. But i get this deprecation:
DEPRECATION: The `initialize` method for Application initializer 'ember-inspector-booted' should take only one argument - `App`, an instance of an `Application`. [deprecation id: ember-application.app-initializer-initialize-arguments] See http://emberjs.com/deprecations/v2.x/#toc_initializer-arity for more details.
at HANDLERS.(anonymous function) (http://10.199.20.32:4200/assets/vendor.js:16158:7)
at raiseOnDeprecation (http://10.199.20.32:4200/assets/vendor.js:16085:12)
at HANDLERS.(anonymous function) (http://10.199.20.32:4200/assets/vendor.js:16158:7)
at invoke (http://10.199.20.32:4200/assets/vendor.js:16174:7)
at Object.deprecate (http://10.199.20.32:4200/assets/vendor.js:16139:32)
at http://10.199.20.32:4200/assets/vendor.js:14743:31
at http://10.199.20.32:4200/assets/vendor.js:14775:9
at visit (http://10.199.20.32:4200/assets/vendor.js:12811:5)
at DAG.topsort (http://10.199.20.32:4200/assets/vendor.js:12922:9)
this prevent my application to work and I don’t now how to fix it.
ember -v
version: 1.13.8
node: 4.1.1
npm: 2.13.4
os: linux x64
DEBUG: -------------------------------
DEBUG: Ember : 2.1.0
DEBUG: Ember Data : 2.1.0
DEBUG: jQuery : 1.11.3
DEBUG: -------------------------------