EddyVerbruggen / EddyVerbruggen/nativescript-nodeify
using id3_reader still gives me an error
Open
- Dominant language
- JavaScript
- Stars
- 93
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
I used this:
```sh
require("nativescript-nodeify");
const id3_reader = require( 'id3_reader' );
```
but still it gives me this:
```sh
[TypeError: fs.exists is not a function]
```
How can I solve this?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.