DiegoZoracKy / convert-excel-to-json

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

Error: Cannot find module 'convert-excel-to-json' after building electron app #37

Closed killerart closed 4 years ago

killerart commented 4 years ago

I am making an electron app and your realization of excel-to-json fits me the most. It works just fine if I run the app with node.js, but when I build it and try to run, it can't find it Annotation 2020-02-02 162636

killerart commented 4 years ago

Sorry, just had to include it in dependencies in package.json

DiegoZoracKy commented 4 years ago

👍👍