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
Hi Arango 3.1.1 appears to be running fine locally. I'm trying to get a hello world going with the node package [email protected]
'use strict' var arango = require('arango') let db = arango.Connection() console.log('db list') db.database.list().done(function(res){ console.log("collections: "); })
but when it runs, a confusing error message is thrown
$ node arango.js db list /home/donp/code/cointhink/superpoll/node_modules/arango/node_modules/micropromise/node_modules/microtask/index.js:60 throw e; ^ [object Object]
any ideas?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Arango 3.1.1 appears to be running fine locally. I'm trying to get a hello world going with the node package [email protected]
but when it runs, a confusing error message is thrown
any ideas?
The text was updated successfully, but these errors were encountered: