Why level-prebuilt?
binarykitchen opened this issue · 5 comments
binarykitchen commented
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
yep we should just change this back to leveldown now
binarykitchen commented
@mafintosh can you do that now? because I think it is breaking something on my server and it's probably related to mafintosh/leveldown-prebuilt#7
mafintosh commented
I was offline camping in Sweden. Fixed in 2.1.2
mafintosh commented
@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
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.