0.0.7 • Published 3 years ago

db-cms v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Back-end

Troubleshooting

Q: Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency A: Commenting out the following line inside node_modules/mongodb/lib/operations/operation.js helped me solving the problem. const MongoError = require('../core').MongoError;