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

Incompatibility with ember-resolver v13.x #185

Closed
wozny1989 opened this issue Sep 17, 2024 · 1 comment · Fixed by #186
Closed

Incompatibility with ember-resolver v13.x #185

wozny1989 opened this issue Sep 17, 2024 · 1 comment · Fixed by #186

Comments

@wozny1989
Copy link

Description:

After upgrading ember-resolver to version 13.x, the application encounters an error that prevents it from running correctly when using ember-can. The error message is as follows:

ember_resolver__WEBPACK_IMPORTED_MODULE_0__.default.reopen is not a function
    at webpack://__ember_auto_import__/./node_modules/ember-can/dist/initializers/setup-ember-can.js:7:56

Steps to Reproduce:

  • Upgrade ember-resolver to version 13.x in an Ember.js application.
  • Include ember-can in the application.
  • Run the application and observe the error.

Expected Behavior:

The application should run without any errors when using ember-can with the updated ember-resolver package.

Actual Behavior:

The application fails to run due to the above-mentioned error.

Environment:

Ember.js version: 5.12
ember-resolver version: 13.0.1
ember-can version: 6.0.0
Node.js version: 20.x

@mkszepp
Copy link
Contributor

mkszepp commented Sep 17, 2024

I have asked same issue in ember-resolver.

Conlusion: we need to move to native class inside this addon.

See ember-cli/ember-resolver#984

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

Successfully merging a pull request may close this issue.

2 participants