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.

A couple of issues with updating Ember to 2.16

See original GitHub issue
  1. About the new module syntax: there are a couple of things that we use and don’t seem to have been migrated:

Ember.HTMLBars.compile Ember.Logger.{debug,warn,error} Ember.onerror

Am I missing something or these are things that I have to be using the old way for now?

  1. In the release notes it is mentioned that ember-cli-shims could be removed. But now I’m getting a warning: WARNING: You have not included ``ember-cli-shims`` in your project's ``bower.json`` or ``package.json``. This only works if you provide an alternative yourself and unset ``app.vendorFiles['app-shims.js']``. Is this normal?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
rwjbluecommented, Oct 10, 2017

You cannot remove ember-cli-shims if you still have addons in your project that use ember-cli-babel < 6.6.0, the warning that you are receiving now is something we are working on removing (after checking that all addons in the project have new enough ember-cli-babel versions).

1reaction
lockscommented, Oct 10, 2017

I’ll close it because we are already tracking missing imports at https://github.com/ember-cli/ember-rfc176-data/issues/12. Thank you for your feedback, and good luck with the modules!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot read property 'concat' of undefined (upgrade 2.16.2)
Only change I made was upgrade from 2.14.2 -> 2.16.2 and now when I run tests, this error causes a couple tests to...
Read more >
Ember 2.16 and 2.17 Beta Released
Ember.js 2.16 continues to improve the framework with minor bug fixes. Additionally, it introduces a major change in conventional usage. As of ...
Read more >
Everything you need to know to upgrade your Ember.js app ...
A roundup of the most important resources know about, whether you're upgrading minor versions or making the jump from Ember 2 to Ember...
Read more >
ember-cli/CHANGELOG.md - UNPKG
23, - [#8697](https://github.com/ember-cli/ember-cli/pull/8697) Update to ... 11 does not issue warning [@jeanduplessis](https://github.com/jeanduplessis).
Read more >
ember-qunit | Yarn - Package Manager
ember -qunit simplifies testing of Ember applications with QUnit by providing QUnit-specific wrappers around the helpers contained in ember-test-helpers.
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