Ember Application Not Detected

After installing all of the dependencies, running ember new tracker and then starting the ember server, I see a successful build and that my ember application is being run on http://localhost:4200/ but when I navigate to that page in my browser, I see and empty page and ember inspector says “Ember application not detected”

Here is my terminal output after running ember server:

WARNING: WARNING: Node v6.11.3 has currently not been tested against Ember CLI and may result in 
unexpected behaviour.
Livereload server on http://localhost:49153
Serving on http://localhost:4200/
'instrument' is imported from external module 'ember-data/-debug' but never used
[BABEL] Note: The code generator has deoptimised the styling of "-private.js" as it exceeds the max of "100KB".

Build successful - 38752ms.

Slowest Trees                                 | Total               
----------------------------------------------+---------------------
broccoli-persistent-filter:Babel > [Babel:... | 11098ms             
broccoli-persistent-filter:Babel              | 5955ms              
broccoli-persistent-filter:Babel > [Babel:... | 3799ms              
broccoli-persistent-filter:TemplateCompiler   | 3746ms              
broccoli-persistent-filter:Babel > [Babel:... | 2389ms              
Rollup                                        | 2344ms              

Slowest Trees (cumulative)                    | Total (avg)         
----------------------------------------------+---------------------
broccoli-persistent-filter:Babel > [Ba... (1) | 11098ms             
broccoli-persistent-filter:Babel (5)          | 6916ms (1383 ms)    
broccoli-persistent-filter:Babel > [Ba... (2) | 4784ms (2392 ms)    
broccoli-persistent-filter:TemplateCom... (2) | 3826ms (1913 ms)    
broccoli-persistent-filter:Babel > [Ba... (1) | 2389ms              
Rollup (1)    

Here is a screenshot of my browser:

Resolved following this ticket: https://github.com/emberjs/data/issues/5019

i have some problem and i solved that by intsall ember-cli 3.2.0