kadena-io / chainweb-stream

Streaming server for chainweb events
5 stars 1 forks source link

Fix `run start` command to work with node v20 #6

Closed Takadenoshi closed 1 year ago

Takadenoshi commented 1 year ago

node v20 breaks ts-node but a workaround was found in this issue

(That issue also has reports of ballooning memory consumption. I did some small scale local tests but did not encounter this issue.)

Added that we recommend the LTS v18 in the README.

Also removed the npm run test commands for now.