Skip to content
New issue

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

Teeensy additional bits of documentation? #2

Open
a2800276 opened this issue Jul 3, 2010 · 0 comments
Open

Teeensy additional bits of documentation? #2

a2800276 opened this issue Jul 3, 2010 · 0 comments

Comments

@a2800276
Copy link

a2800276 commented Jul 3, 2010

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 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant