-
Notifications
You must be signed in to change notification settings - Fork 19
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
Can't find polyfill for assign #826
Comments
Hey @steveklewis, will have a look into this. Besides the warning, is it working with the polyfill installed? |
"If I try to add the polyfill for assign, the Ember cli tells me that it's unnecessary and to remove it from package.json." I should have made this sentence more prominent in the original issue description. |
I did not miss the sentence. But "ember cli tells me" does sound like a warning, not like an error to me. 🤷 So... is it a warning or a blocking error? 😅 Anyways, I think you should dig deeper, since the warning comes from Which version of I've just released a new version of our addon with the latest release of |
OK! I misunderstood, my apologies! It looked like a warning. Things still came up before. I'll do some more testing this evening. It looks like it's using 5.1.0 for ember-simple-auth-oidc. I'll try the new version tonight as well. I did notice that esa removed that dependency in 6, so I am hopeful. Again, thank you for the time and trouble! |
This is what I'm seeing now:
Doing:
I'm gonna look into this more, I gotta be doing something dumb. |
Hey @steveklewis, could resolve the issue? Can we close this? |
Hello there,
I'm not sure if this is the right place, but I was trying to set up a new Ember project to login against Keycloak, and I'm getting this error:
"Could not find module
@ember/polyfills
imported fromember-simple-auth/utils/assign
"I'm probably doing something very dumb.
What I've tried:
Thanks in advance!
The text was updated successfully, but these errors were encountered: