ember-simple-auth icon indicating copy to clipboard operation
ember-simple-auth copied to clipboard

Error: Could not find module `ember-simple-auth after updating to 6.0.0 in a V1 addon

Open pabloascarza opened this issue 11 months ago • 2 comments

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

using the 5.0.0 and below works well

pabloascarza avatar Mar 15 '24 03:03 pabloascarza

@pabloascarza Does your addon list ember-auto-import v2 as a dependency? I think that's a requirement to use v2 addons.

Windvis avatar Aug 01 '24 12:08 Windvis

@Windvis yep "ember-auto-import": "^2.6.3"

pabloascarza avatar Sep 13 '24 15:09 pabloascarza