BusterLabs / Partyshare

A free, open source file sharing application, built on the peer-to-peer hypermedia protocol IPFS.
https://busterlabs.github.io/Partyshare
MIT License
158 stars 26 forks source link

Dependencies need updated. #61

Open realandrew opened 2 years ago

realandrew commented 2 years ago

I noticed you are looking for a Windows contributor, I cloned the repo and attempted to get it running on my Windows 10 machine, but some of these dependencies are so out of date that they're causing too many problems for that to be possible. At the very least webpack and electron need to be updated, but preferably all or most of them should be updated. If someone can update the dependencies, I'll do my best to get a Windows build working.

Edit: It's mostly webpack causing the problems. If the project gets updated to the latest version of webpack, that should be enough for me to attempt getting a Windows build working.

MARKKIEMARK commented 2 years ago

Can webpack be updated by us or is that only something he can do