DiegoZoracKy / convert-excel-to-json

Convert Excel to JSON, mapping sheet columns to object keys.
MIT License
290 stars 91 forks source link

Uncaught TypeError: fs.readFileSync is not a function #28

Closed Anoi closed 5 years ago

Anoi commented 5 years ago

When i used by example, throws error . Uncaught TypeError: fs.readFileSync is not a function Help!

DiegoZoracKy commented 5 years ago

Which Node.js version are you using?

Anoi commented 5 years ago

v10.13

DiegoZoracKy commented 5 years ago

Are you trying to run it on front-end? Because this module works only on back-end.

JakeHadley commented 4 years ago

I am trying to run this in a react-native application and I'm getting this error. Not going to work then?