Results 7 comments of Denis Savenok

Thanks, @Aeonrush! It's useful. Nevertheless, default fs.chunks and fs.files are created (with zero documents inside).

Running into the same issue with `Node v5.11.1` & `npm version 3.8.6`.

If I try to install from /src/extention folder, ther is the error ``` Could not load JavaScript 'js/content-script.js' for content script. ```

Even if to fix the paths in the manifest, there are another errors Is it really the working version?

@bcardi, I had the same problem, here's decision: https://gist.github.com/designeng/f00de5e04f27773eaf5c#file-itemsrouter_improved-js-L1-L20 Thanks @jhusain

@jhusain, +1 for a better error message. Otherwise we have MaxRetryExceededError.

Do not use mongoose.connection as db instance - it has a type `NativeConnection` (realized interface `MongooseConnection`). The right way: ``` javascript``` var acl = new ACL.mongodbBackend(mongoose.connection.db); ```