pow-mongodb-fixtures
pow-mongodb-fixtures copied to clipboard
Fails due to missing underscore library
Seems like you upgraded to lodash a while back, but the package is still requiring underscore.
Also, the shrinkwrap is wildly outdated, and probably should be removed.
@powmedia Will you support the library?
Same problem here. My solution is to install exactly v0.12.0
of the module and it works.
Problem is that if you just install the module like this:
$ npm install pow-mongodb-fixtures --save-dev
it will install v0.13.0
which contains the current issue