antoantonyk / password-strength-meter

To display the strength of the password with a visual feedback. PasswordStrengthMeter use zxcvbn to estimate the strength of the password and also provide a visual feedback with suggestions and warning messages.
https://antoantonyk.github.io/password-strength-meter/
MIT License
63 stars 33 forks source link

No matching export in "node_modules/rxjs/_esm2015/index.js" for import "distinctUntilChanged", "debounceTime", and "switchMap" #916

Open Tohnmeister opened 1 month ago

Tohnmeister commented 1 month ago

After upgrading angular-password-strength-meter from v6 to v11, I'm getting the following error:

✘ [ERROR] No matching export in "node_modules/rxjs/_esm2015/index.js" for import "distinctUntilChanged"

    node_modules/angular-password-strength-meter/fesm2022/angular-password-strength-meter.mjs:4:18:
      4 │ import { Subject, distinctUntilChanged, debounceTime, of, switchMap...
        ╵                   ~~~~~~~~~~~~~~~~~~~~

✘ [ERROR] No matching export in "node_modules/rxjs/_esm2015/index.js" for import "debounceTime"

    node_modules/angular-password-strength-meter/fesm2022/angular-password-strength-meter.mjs:4:40:
      4 │ ...ct, distinctUntilChanged, debounceTime, of, switchMap } from 'rx...
        ╵                              ~~~~~~~~~~~~

✘ [ERROR] No matching export in "node_modules/rxjs/_esm2015/index.js" for import "switchMap"

    node_modules/angular-password-strength-meter/fesm2022/angular-password-strength-meter.mjs:4:58:
      4 │ ...t, distinctUntilChanged, debounceTime, of, switchMap } from 'rxjs';

Other information: