question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Uncaught ReferenceError: _Ember is not defined" on 7.20.1

See original GitHub issue

@rwjblue , a heads up that we are seeing an Uncaught ReferenceError: _Ember is not defined since this morning when consuming ember-cli-babel versions 7.20.1, at least in our stack - in case others have the same problem.

[EDIT: 7.20.2 seems to fix it, double-checking now]

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:16 (5 by maintainers)

github_iconTop GitHub Comments

5reactions
anand-muralicommented, May 29, 2020

We are also facing the same issue, temporary fix is to pin babel-plugin-ember-modules-api-polyfill": "2.13.0" along with "ember-cli-babel": "7.20.1". Let me know if it works.

1reaction
rwjbluecommented, May 30, 2020

OK, thank you! Closing this issue, if folks come across this type of error again please open a new issue and let us know the output of npm list ember-cli-babel/ yarn why ember-cli-babel along with the snippet of original and transpiled file contents that are triggering errors.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Uncaught ReferenceError: _EmberApplication is not defined
Fellow Devs, I got into this error when running the app recently, it's pointing to app.js but i don't have any recent change...
Read more >
jshint complains: 'Ember' is not defined - Stack Overflow
Running this through jshint complains about Ember not being defined, which is true for this particular file in the server, during the deployment...
Read more >
EmberJs Interacting With Components - Tutorialspoint
No try-catch ... Uncaught ReferenceError: Ember is not defined@ 3 ms. Source: https://www.tutorialspoint.com/emberjs/src/testing/testing_interact_component.
Read more >
Uncaught ReferenceError: Ember is not defined - Treehouse
This is a long shot but try writting in your code ember and not Ember. Or maybe declare the var Ember. There are...
Read more >
ember-auto-import - npm
I get Uncaught ReferenceError: a is not defined 251 with an already babel transpiled addon, e.g: mapbox-gl. We should skip that specific addon ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found