Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate plugin/preset present in v5 #175

Open
rreckonerr opened this issue May 23, 2022 · 0 comments
Open

Duplicate plugin/preset present in v5 #175

rreckonerr opened this issue May 23, 2022 · 0 comments

Comments

@rreckonerr
Copy link

Hi! I'm trying to upgrade to the latest v5 version of this addon and I'm getting the following error while compiling

Duplicate plugin/preset detected.
If you'd like to use two separate instances of a plugin,
they need separate names, e.g.

  plugins: [
    ['some-plugin', {}],
    ['some-plugin', {}, 'some unique name'],
  ]

Duplicates detected are:
[
  {
    "alias": ".../node_modules/active-model-adapter/node_modules/ember-auto-import/js/analyzer-plugin.js",
    "options": {
      "imports": []
    },
    "dirname": "...",
    "ownPass": false,
    "file": {
      "request": ".../node_modules/active-model-adapter/node_modules/ember-auto-import/js/analyzer-plugin.js",
      "resolved": ".../node_modules/active-model-adapter/node_modules/ember-auto-import/js/analyzer-plugin.js"
    }
  },
  {
    "alias": ".../node_modules/active-model-adapter/node_modules/ember-auto-import/js/analyzer-plugin.js",
    "options": {
      "MARKER": "eaimeta@70e063a35619d71f"
    },
    "dirname": "...",
    "ownPass": false,
    "file": {
      "request": ".../node_modules/active-model-adapter/node_modules/ember-auto-import/js/analyzer-plugin.js",
      "resolved": ".../node_modules/active-model-adapter/node_modules/ember-auto-import/js/analyzer-plugin.js"
    }
  }
]

=====

ember v3.24
ember-auto-import v2.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant