I need to use quick.db
package in my ReactAPP for hook, but React don't let use FS & Path, that is require for package
I got this errors:
ERROR in ./node_modules/file-uri-to-path/index.js 5:10-29
Module not found: Error: Can't resolve 'path' in 'C:\\Users\\Moruga\\projects\\character-manager-jjk-rp\\node_modules\\file-uri-to-path'
ERROR in ./node_modules/bindings/bindings.js 5:9-22
Module not found: Error: Can't resolve 'fs' in 'C:\\Users\\Moruga\\projects\\character-manager-jjk-rp\\node_modules\\bindings'
I already try to write
"browser": {
"fs": false,
"path": false,
"os": false
},
in package.json
but it don't help