nativescript-nodeify icon indicating copy to clipboard operation
nativescript-nodeify copied to clipboard

using id3_reader still gives me an error

Open ghost opened this issue 6 years ago • 0 comments

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?

ghost avatar Oct 24 '19 19:10 ghost