compiler errors due to outdated leveldown versions
%lnKeRN73gBSheNP3BBf+X+YkQ9Fn+LCEeVSF9P6zWB8=.sha256
compiler errors due to outdated leveldown versions
I can't get this package to work at all anymore because some of the dependent modules depend on old versions of leveldown and levelup that don't compile anymore. I'm on node 6.3.1.
- level-sublevel@6.6.1 and level-sublevel@6.3.17 depend on outdated levelup@0.19.1
- level-test@1.6.6 depends on outdated leveldown@~0.10.2 and levelup@0.19.1
So this is because level-sublevel depends on levelup, but for no good reason I think, because you pass in the db handle anyway!
Also I won't be able to post any more issues soon because when sbot
finally crashes I won't have a functional sbot on my system anymore. npm link
deleted it.
Ok the problem was that this is a very old version of scuttlebot.
Oh no, okay I'm gonna fix this right now
level-sublevel was using some of the levelup lib modules, but then they refactored everything and removed methods I was using and broke it.
@substack I think you can keep the current level-sublevel, and just update level. the tests pass
hmm, looks like it's already up to date?
Ok the problem was that this is a very old version of scuttlebot.
is it working now?
Built with git-ssb-web