enesser / vCards-js

Create vCards to import contacts into Outlook, iOS, Mac OS, and Android devices from your website or application.
MIT License
419 stars 155 forks source link

Error on vCard.saveToFile('./eric-nesser.vcf') --- Error : fs.writeFileSync is not a function #63

Open vishakhacreativewebo opened 2 years ago

vishakhacreativewebo commented 2 years ago

please suggest me... everything i tested but come error fs.writeFileSync is not a function when i savetofile. but fs.writeFileSync is inbuild when i install vcard package

Rouvo commented 2 years ago

are you running it on client side or server side? error sounds like you are not in a node.js environment