-
Notifications
You must be signed in to change notification settings - Fork 915
Got Error on run yarn setup #192
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
Comments
Me 2 :( |
I'v fix by run this command npm install [email protected] --save |
Alright, So I faced the same problem and here is how I fixedit
P.S - Bcrypt support forNode 13 is just not stable. Please update if you have any other suggestions or better solutions |
If you have an issue with bcrypt, use the latest version from their documentation
|
me 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've got this error message when try to run setup project
TypeError: typeorm_seeding_1.loadEntityFactories is not a function
When I've go to the file seed.ts it's seem like no const define for
loadConnection, loadEntityFactories, loadSeeds, runSeed
The text was updated successfully, but these errors were encountered: