janoside / btc-rpc-explorer

Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core.
https://bitcoinexplorer.org
MIT License
1.5k stars 1.11k forks source link

TypeError allSettled #421

Closed pointbiz closed 2 years ago

pointbiz commented 2 years ago

Version 14+ of Nodejs is recommended. However, version 12.9 of Nodejs is required because of allSettled function.

I don't expect you to fix this non-bug. However, it's to make you and others aware they cannot use Ubuntu 20.04 LTS with v3.3.0 of btc-rpc-explorer (using distro versions of nodejs). The latest explorer version to work with the mentioned linux distro is v3.2.0

This should resolve in April 2022 when a newer version of Ubuntu LTS includes presumably a version of nodejs greater than 12.9.

pointbiz commented 2 years ago

Ubuntu 22.04 is out. And the readme now shows the required version alongside the recommended version. Closing this issue.