You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mongoskin uses some old code-coverage tools that don't quite have as clean instrumentation as istanbul. Either way, mongoskin really doesn't support being included through browserify - there's not much mongoskin can really do on the browser given the current implementation of the underlying mongodb driver. What are you trying to do with mongoskin in the browser?
Hi.
i have a problem with mongoskin and browserify.
i want to run the browserify task and get the error
why does mongoskin try to require ./lib-cov ? there is no such directory.
i use grunt. here is my browserify task:
i use these versions:
The text was updated successfully, but these errors were encountered: