janoside / btc-rpc-explorer

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

tiny-secp256k1 | RangeError: Source is too large #604

Closed zachchan105 closed 6 months ago

zachchan105 commented 6 months ago

When running npm start, I encounter a fatal error that seems to revolve around tiny-secp256k1

image

To Reproduce

Steps to reproduce the behavior:

  1. Clone repo
  2. npm install
  3. npm start
  4. See error

Ubuntu 20.04

janoside commented 6 months ago

@zachchan105 I'm not sure on this one, but it seems to be an issue with this dependency. I'd search for that error online relating to the dependency and see if there are any workarounds. Sorry I don't have more on this.