pow-mongodb-fixtures icon indicating copy to clipboard operation
pow-mongodb-fixtures copied to clipboard

Fails due to missing underscore library

Open jfexyz opened this issue 9 years ago • 2 comments

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.

jfexyz avatar Dec 04 '15 01:12 jfexyz

@powmedia Will you support the library?

fobos avatar Apr 05 '16 12:04 fobos

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

defra91 avatar Apr 22 '16 15:04 defra91