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.

meta-addons are not properly detected

See original GitHub issue

meta-addons are not properly detected when ember-power-calendar is used in an addon which is consumed by the app

// addon package.js

"dependencies": {
    "ember-power-calendar": "0.9.2",
    "ember-power-calendar-moment": "0.1.3"
}

You have installed "ember-power-calendar" but you don't have any of the required meta-addons to make it work. Please, explicitly install 'ember-power-calendar-moment' or 'ember-power-calendar-luxon' in your app

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
jherdmancommented, Feb 26, 2019

Has anyone found a work around? This is causing some grief.

1reaction
ef4commented, May 28, 2019

As far as I can tell, ember-power-calendar properly detects the meta addons if they’re used directly by the same addon that includes ember-power-calendar.

If you’re seeing this bug, it may be because ember-power-datepicker is present, and it has a dependency on ember-power-calendar but not on either of the meta packages. Which means the only way to make ember-power-calendar happy about this is to add one of the meta packages to the host app, since you can’t add it to ember-power-datepicker.

Read more comments on GitHub >

github_iconTop Results From Across the Web

False positive error for "Cannot use 'import.meta' outside a ...
When I encountered this yesterday, I went the route of renaming some files to .mjs, but I made a mistake and it resulted...
Read more >
Pixel Helper - Meta Pixel - Documentation - Meta for Developers
The Meta Pixel Helper tool guide shows you how to verify your Pixel is working properly, troubleshoot common errors, and improve Pixel performance....
Read more >
What is this Firefox hidden add-on: "Add-ons Search Detection ...
"Add-ons Search Detection (addons-search-detection@mozilla.org)" with full permissions to all browsing and private tabs. What is this plugin?
Read more >
9.2 MUST HAVE ADDONS & SETTINGS for WoW PvP!
Join our Discord server: https://discord.gg/fQXxf8uFTw▻Get the RATING You've Always Wanted: https://www.skill-capped.com/wow▻SUBSCRIBE for ...
Read more >
Multiple addons using the same name
In your case you have a duplicated addon. This error can happen when you have two versions of the same addon as well....
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