EddyVerbruggen / EddyVerbruggen/nativescript-nodeify
Nedb: problem with xfs
- Dominant language
- JavaScript
- Stars
- 93
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
Hello there, I'm trying to use [Nedb](https://github.com/louischatriot/nedb) in nativescript through this plugin. Nedb have an option to utilize in-memory database, which work perfectly, but in persistance (file storage mode) throw this console error:
```
JS: EXCEPTION: xfs.mkdir is not a function
JS: ORIGINAL STACKTRACE:
JS: TypeError: xfs.mkdir is not a function
JS: at Object.mkdirP [as mkdirp] (file:///data/data/org.nativescript.Groceries/files/app/tns_modules/mkdirp/index.js:27:9)
...
```
I'nt find anything in google. Any idea?
Thank's
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.