We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi im updating ESA to 6.0.0 in my V1 addon, and i get
Error: Could not find module ember-simple-auth/authenticators/oauth2-password-grant imported from myv1addon/authenticators/oauth2
ember-simple-auth/authenticators/oauth2-password-grant
myv1addon/authenticators/oauth2
using the 5.0.0 and below works well
The text was updated successfully, but these errors were encountered:
@pabloascarza Does your addon list ember-auto-import v2 as a dependency? I think that's a requirement to use v2 addons.
Sorry, something went wrong.
@Windvis yep "ember-auto-import": "^2.6.3"
No branches or pull requests
Hi im updating ESA to 6.0.0 in my V1 addon, and i get
Error: Could not find module
ember-simple-auth/authenticators/oauth2-password-grant
imported frommyv1addon/authenticators/oauth2
using the 5.0.0 and below works well
The text was updated successfully, but these errors were encountered: