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
How to install:
$ node-waf configure $ node-waf build
This took me about 15 minutes to figure out, though it might be an obvious idiom to people using node stuff day to day.
How to run test? Which tests to run?
running:
for i in tests/*.js; do node $i done
leads to the error:
/home/a2800276/projects/node/sqlite/node-sqlite-async/tests/test2.js:78 if (error) throw (error); ^ Error: no such table: foo at node.js:204:9
I can't tell whether I'm not executing the test properly, or something is broken :(
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to install:
This took me about 15 minutes to figure out, though it might be an obvious idiom to people using node stuff day to day.
How to run test? Which tests to run?
running:
leads to the error:
I can't tell whether I'm not executing the test properly, or something is broken :(
The text was updated successfully, but these errors were encountered: