This Ember version is not supported in development environment.
See original GitHub issueI install addon for Chrome from github repo ( I try both master
/ stable
) and got
This Ember version is not supported in development environment.
We use Ember 1.13.x
– how can I fix it ? Cause version from Chrome store is buggy ( it detect application not every time )
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Troubleshooting - Ember Inspector
Below are some common issues you may encounter when using the Inspector, along with the necessary steps to solve them. If your issue...
Read more >ember-app-version - npm
Start using ember-app-version in your project by running `npm i ... E.g this should probably be disabled in the development environment.
Read more >Setting up a Node development environment - MDN Web Docs
The following sections explain the easiest way to install the Long Term Supported (LTS) version of Nodejs on Ubuntu Linux 20.04, macOS, and ......
Read more >Visual Studio Code Frequently Asked Questions
Visual Studio Code is a streamlined code editor with support for development operations like debugging, task running, and version control.
Read more >Does Ember CLI support IE11 or IE10? - Stack Overflow
NOTE: If Babel works in any of the unsupported environments, it is purely ... Ember does support IE11 but an IE11 compatible version...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can open devtools for devtools and check the console for errors. You do that by undocking devtools into a separate window and then opening devtools for that new window. Also describe what exactly happens (“Application not detected” or blank inspector, etc).
I’m going to close this issue (it is about a different topic). If you encounter the problem again feel free to open a new issue with as much info as you can so we can reproduce and fix it.
Sometime I get the situation on public auth app, but right now it’s ok. What information I can attach if it repeat? Possible it’s chrome bug, cause sometime when Ember inspector detect app I can’t get $E – it show in console that variable assigned, but on trying get it I got
$E is undefined
Just say what details I can provide, and if I met it again - I’ll post report
P.S. with local copy all works fine