enesser / vCards-js

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

Can't resolve 'fs' - React #67

Closed aokdev06 closed 2 years ago

aokdev06 commented 2 years ago

Hi, what should I do to fix this error?? (usage for react.js)

Error Message:

ERROR in ./node_modules/vcards-js/index.js 37:17-30
Module not found: Error: Can't resolve 'fs' in '..\node_modules\vcards-js'
node   v16.15.0
npm    v8.13.2
yarn   v1.22.19
aokdev06 commented 2 years ago

Problem solved with node-v14.17.6.

CrossTheDev commented 1 year ago

I don't think this should be closed. The fs dependency makes it unusable without node, in browser only.