nativescript-nodeify
nativescript-nodeify copied to clipboard
using id3_reader still gives me an error
I used this:
require("nativescript-nodeify");
const id3_reader = require( 'id3_reader' );
but still it gives me this:
[TypeError: fs.exists is not a function]
How can I solve this?