mkasberg / script-seed

🌱 Seed scripts for popular (& unpopular) scripting languages.
https://mkasberg.github.io/script-seed/
MIT License
11 stars 23 forks source link

yargs is Failing on NodeJS 10 #56

Closed mkasberg closed 3 years ago

mkasberg commented 3 years ago

yargs apparently requires NodeJs 12+, and is failing tests.

Either:

mkasberg commented 3 years ago

Fixed by #58