RangerMauve / hyper-sdk

Make your own hyper apps!
https://www.youtube.com/watch?v=HyHk4aImd_I&list=PL7sG5SCUNyeYx8wnfMOUpsh7rM_g0w_cu&index=20
MIT License
292 stars 45 forks source link

Building and testing on Node 14, errors in the browser relating to gyp? #81

Closed lanmower closed 3 years ago

lanmower commented 3 years ago

Since node 12 build failed on me (error finding is-array import) I tried Node 14, it built but I get this error in the browser

image

Demo at:

https://chakrachain-verify.glitch.me/

Source code for demo:

image

lanmower commented 3 years ago

I'm going to try and build a bundle from the hyper-sdk source instead