Open texiontech opened 4 years ago
Me 2 :(
Me 2 :(
I'v fix by run this command
npm install typeorm-seeding@1.0.0-beta.6 --save
Alright, So I faced the same problem and here is how I fixedit
1) I was using the latest node version 13.0 2) I downgraded to node 10.12.0 3) Then I ran this ----- npm install bcrypt@3.0.0 4) It worked fine for me
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 3.0.6
from their documentation
12 | >= 3.0.6
me 2
@arashjfz hi I also had this issue and fixed it in this PR (that wasn't reviewed yet) https://github.com/w3tecch/express-typescript-boilerplate/pull/249 you can use this branch, it should run without any problems
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