EddyVerbruggen / nativescript-nodeify

Makes most npm packages compatible with NativeScript
MIT License
93 stars 27 forks source link

using id3_reader still gives me an error #66

Open ghost opened 4 years ago

ghost commented 4 years ago

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?