Open
Description
In /src/cache
, dataloader
and bson
are dependencies, but mongodb
is not:
apollo-datasource-mongodb/src/cache.js
Lines 1 to 3 in 08e1c07
Current dependencies:
apollo-datasource-mongodb/package.json
Lines 19 to 26 in 5d8f93a
That means if you install apollo-datasource-mongodb, then run npm prune --production
, there's a chance that the mongodb
package will be pruned and this package will error with:
Error: Cannot find module 'mongodb'
Metadata
Metadata
Assignees
Labels
No labels