Level / party

Open a leveldb handle multiple times.
MIT License
146 stars 13 forks source link

Why level-prebuilt? #7

Closed binarykitchen closed 9 years ago

binarykitchen commented 9 years ago

If leveldown (>= 1.2.2) now supports prebuilds, we probably shouldn't be using the fork level-prebuilt anymore (it causes node-gyp.js troubles under iojs anyway)

mafintosh commented 9 years ago

yep we should just change this back to leveldown now

binarykitchen commented 9 years ago

@mafintosh can you do that now? because I think it is breaking something on my server and it's probably related to https://github.com/mafintosh/leveldown-prebuilt/issues/7

mafintosh commented 9 years ago

I was offline camping in Sweden. Fixed in 2.1.2

mafintosh commented 9 years ago

@binarykitchen also if you run into this problem with other modules you can use https://github.com/mafintosh/node-gyp-install to fix node-gyp under iojs

binarykitchen commented 9 years ago

Thanks, v1.2.1 worked like a charm and node-gyp-install isn't needed at all.. Unfortunately there is a new error ... will open a new issue.