factory-girl icon indicating copy to clipboard operation
factory-girl copied to clipboard

[DEP0128] DeprecationWarning: Invalid 'main' field

Open titanism opened this issue 2 years ago • 1 comments

> require('factory-girl');
> (node:95873) [DEP0128] DeprecationWarning: Invalid 'main' field in '/Users/test/Projects/web/node_modules/factory-girl/package.json' of './src/index'. Please either fix that or report it to the module author
(Use `node --trace-deprecation ...` to show where the warning was created)

titanism avatar Jun 30 '22 00:06 titanism

Instead we can use one of these as an alternative:

https://github.com/faboulaws/fakingoose

https://github.com/plateena/mongoose-factory

titanism avatar Aug 06 '24 08:08 titanism