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

Memorable Password failing on v1.0.7 #12

Closed
sebastienrousseau opened this issue Apr 26, 2022 · 1 comment
Closed

Memorable Password failing on v1.0.7 #12

sebastienrousseau opened this issue Apr 26, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@sebastienrousseau
Copy link
Owner

Steps to reproduce

  • Run password-generator -t memorable -i 4 -s - after install
  • Stack error is below:
node:internal/process/promises:288
            triggerUncaughtException(err, true /* fromPromise */);
            ^

[Error: ENOENT: no such file or directory, open '/Users/seb/src/dictionaries/common.json'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/Users/seb/src/dictionaries/common.json'
}
@sebastienrousseau sebastienrousseau added the bug Something isn't working label Apr 26, 2022
@sebastienrousseau sebastienrousseau self-assigned this Apr 26, 2022
@sebastienrousseau
Copy link
Owner Author

Fixed #11 with v1.0.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant