w3tecch / typeorm-seeding

🌱 A delightful way to seed test data into your database.
https://www.npmjs.com/package/typeorm-seeding
MIT License
887 stars 132 forks source link

Update yargs package version #144

Closed yepMad closed 2 years ago

yepMad commented 3 years ago

In newer versions of Node, Yargs comes without index.js, preventing the CLI from running.

Node: v14.17.1 Yarn: v1.22.10

yepMad commented 3 years ago

Okay, I just have the problem that yargs doesn't come with index.js when I install via Yarn.

yepMad commented 3 years ago

Seems to settle for now

"resolutions": {
    "typeorm-seeding/yargs": "15.5.0-candidate.0"
},
jorgebodega commented 2 years ago

I will move this to next version and will check if works

Update: I saw that yargs is currently on 17.2.1 version so I will close this PR. Please check #161