mongoosejs/mquery

Error: Cannot find module 'debug' (node v8+)

Closed this issue · 1 comments

debug package used in /lib/mquery.js:11:13 is no where to be found. The package is not available in node or not added to mquery as a dependency package to be installed.

Its listed as a dependency in our package.json: https://github.com/aheckmann/mquery/blob/master/package.json#L15