We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run npm install level to make sure compilation works on your machine. If it doesn't, create an issue in this repo and we will help.
npm install level
Read as much from the resources below as you feel like!
extra points Do the levelmeup workshop at nodeschool.io
Have fun!
The text was updated successfully, but these errors were encountered:
I'm getting this error! Can anyone help me?
dyld: lazy symbol binding failed: Symbol not found: __ZN4node12MakeCallbackEN2v86HandleINS0_6ObjectEEENS1_INS0_8FunctionEEEiPNS1_INS0_5ValueEEE Referenced from: /Users/ricmalta/Work/LXJS/2014/leveldb/training-level/materials/node_modules/level/node_modules/leveldown/build/Release/leveldown.node Expected in: dynamic lookup
dyld: Symbol not found: __ZN4node12MakeCallbackEN2v86HandleINS0_6ObjectEEENS1_INS0_8FunctionEEEiPNS1_INS0_5ValueEEE Referenced from: /Users/ricmalta/Work/LXJS/2014/leveldb/training-level/materials/node_modules/level/node_modules/leveldown/build/Release/leveldown.node Expected in: dynamic lookup
Trace/BPT trap: 5
Sorry, something went wrong.
Which version of node do you run? hint?
ricmalta
No branches or pull requests
Hey Ricardo Malta!
Run
npm install level
to make sure compilation works on your machine. If it doesn't, create an issue in this repo and we will help.Read as much from the resources below as you feel like!
extra points Do the levelmeup workshop at nodeschool.io
Resources
Have fun!
The text was updated successfully, but these errors were encountered: