bajankristof / nedb-promises

A dead-simple promise wrapper for nedb.
MIT License
298 stars 45 forks source link

webpack 5 compatibility #66

Closed nphias closed 1 year ago

nphias commented 2 years ago

./node_modules/@seald-io/nedb/lib/persistence.js:3:13-28 - Error: Module not found: Error: Can't resolve 'path' in '/../node_modules/@seald-io/nedb/lib'

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.