EmberJS:无法读取未定义的 属性 '_application'
EmberJS: Cannot read property '_application' of undefined
我正在学习 emberJS 教程,每次我更新代码时它都会崩溃并出现以下错误:
Uncaught TypeError: Cannot read property '_application' of undefined
at appStarted (<anonymous>:9601:45)
at Object.initialize (<anonymous>:9721:11)
at index.js:136
at Vertices.each (dag-map.js:231)
at Vertices.walk (dag-map.js:145)
at DAG.each (dag-map.js:75)
at DAG.topsort (dag-map.js:83)
at App._runInitializer (index.js:151)
at App.runInstanceInitializers (index.js:134)
at Class._bootSync (instance.js:111)
摆脱它的唯一方法是不断重启服务器。知道发生了什么事吗?
解决方案是停止使用 Ember Inspector
我正在学习 emberJS 教程,每次我更新代码时它都会崩溃并出现以下错误:
Uncaught TypeError: Cannot read property '_application' of undefined
at appStarted (<anonymous>:9601:45)
at Object.initialize (<anonymous>:9721:11)
at index.js:136
at Vertices.each (dag-map.js:231)
at Vertices.walk (dag-map.js:145)
at DAG.each (dag-map.js:75)
at DAG.topsort (dag-map.js:83)
at App._runInitializer (index.js:151)
at App.runInstanceInitializers (index.js:134)
at Class._bootSync (instance.js:111)
摆脱它的唯一方法是不断重启服务器。知道发生了什么事吗?
解决方案是停止使用 Ember Inspector