ssbc / ssb-server

The gossip and replication server for Secure Scuttlebutt - a distributed social network
1.68k stars 164 forks source link

package.json: dep on sodium-native >=2.4.9 #723

Closed radfish closed 4 years ago

radfish commented 4 years ago

sodium-native 2.4.2 does not build with nodejs 14.2.0 (compile errors reported during npm install of ssb-server).

Along with this patch, need to also update shrinkwrap and commit npm-shrinkwrap.json (I didn't do it, would rather a dev do it):

npm install --save
christianbundy commented 4 years ago

Hey, thanks for this patch! Could you confirm that this is still a problem on v16.0.0 (latest)? It should work great on Node.js 8 - 14.

arj03 commented 4 years ago

I just checked and this seems to have been fixed in 16 so closing.