ept / avrodoc

Documentation tool for Avro schemas
Apache License 2.0
148 stars 82 forks source link

sys.puts is deprecated #30

Open alebian opened 3 years ago

alebian commented 3 years ago

Hi!

I am getting sys.puts is not a function here because it was deprecated in newer versions of node.

Thanks

mikaello commented 3 years ago

You may already have figured out how to solve this yourself, otherwise there exists numerous forks of this library that fixes this and other errors. E.g. mobimeo/avrodoc-plus or my own fork mikaello/avrodoc-plus. I have rewritten the project quite a bit, and removed support for IE and Node < v14, mobimeo's version still support IE and older Node versions.