Pavel Evdokimov
Pavel Evdokimov
Library have `db` object linked to last connected DataBase, so if you don't use it - I think all be ok. Try something like that: ``` javascript var simpledb =...
Tests will be soon...
Right schema: exports.schema = { _id: Number, name: {type: String, index: {unique: true}}, email: String, avatar: String };
Node.js v8.2.1 and I have no problem with installing, try to update nodejs to latest version
And looks like problem was with downloading file https://nodejs.org/download//v8.1.1/node-v8.1.1-headers.tar.gz Maybe it was a temporary network problem also.
Same problem on Ubuntu 15.04