hyperspaceai / HyperspaceZK

👾 DX-focused decentralized zero-knowledge framework 🛸
MIT License
29 stars 3 forks source link

Fix missing dependencies. #2

Open cawfree opened 5 months ago

cawfree commented 5 months ago

I was unable to build on my local environment without adding the following changes:

  1. Add .nvmrc to use a version of Node which supports the fetch polyfill by default.
  2. Add a missing dev dependency on tslib to enable the module to compile properly.

After doing this, running npm run-script build && npm run-script test works as expected.