Closed derekstavis closed 7 years ago
Hi. LevelDown is known to work well with Enclose. Please post a simple example, illustrating the malfunction.
Sorry for the initial issue body, I was in a hurry at that time. I have updated issue's OP with more details, please give a check.
index out of range
means you have node v5 installed on your system, and you enclose your project with v4 runtime. run node -v
and adjust your compilation command line adding -v
and version number. You may look at file binaries.json
. This ambiguity will be removed soon.
Dear users of EncloseJS! I highly encourage you to switch to https://github.com/zeit/pkg It is rewritten successor of EncloseJS. It is open source, and all improvements will go there. Please check if pkg has your issue unresolved, and if it is true, reopen your issue there: https://github.com/zeit/pkg/issues
I have been using
linvodb3
, which usesleveldown
module underneath.I get an error while trying to use it in the following steps:
on a shell
npm install linvodb3 leveldown # For pure node.js, using LevelDB
test.js
run enclose
enclose -o test test.js
The dependencies are installed correctly, you can see that even
leveldown
is being listed as installed:A note from LevelUP docs: