Zachary Vorhies

Results 157 comments of Zachary Vorhies

I did it and added it here: https://github.com/zackees/instant.io It's being deployed on Render.com and my computer, but should work for DigitalOcean and others.

Second that. I want to just throw up an instance of this on a managed server platform.

Great, thanks for the quick answer. Btw, if you want a great demo of your library in action please check out: https://github.com/zackees/open-webdriver It builds flawlessly in mac/linux/win Just want to...

So the update is that your suggestion and another fixed it. So in total it was ``` npm -i node-pre-gyp npm -i node-gyp # This now works npm install webtorrent-hybrid...

nothing has been done and this is still relevant.

Then why does ``` npm -i node-pre-gyp npm -i node-gyp ``` Fix it? Sorry I'm not that familiar with node. I could be mistaken, but it seems like there are...

Just tried this install setup again and still hit the bug. It appears that `node-pre-gyp` and `node-gyp` need to be listed in the package lock file.

It existed in this repo commit: https://github.com/zackees/zaxtunes.com/commit/e3d438eb65efb5110fd71ed2d816a258ee64f579 Feel free to sync to this commit and test locally: ``` git clone https://github.com/zackees/main/e3d438eb65efb5110fd71ed2d816a258ee64f579 cd zaxtunes/docs python -m http.server 8000 ```

> Hi, I am thinking if it's possible for the sender to restart sending when a transaction is done. For example, when you want to deliver a file on sender...