securedeveloper / react-data-export

Export dataset in react.
https://securedeveloper.github.io/react-data-export/
MIT License
179 stars 191 forks source link

Error with FileSaver #166

Closed hak2c closed 2 years ago

hak2c commented 2 years ago

Hi, Thanks for your work on this library.

I had this error when import to my component

Error: ENOENT: no such file or directory, open '.../node_modules/file-saver/FileSaver.js' I have installed file-server but still get this error How can I solve it?

Lib Version:0.6.0

Thanks,

hak2c commented 2 years ago

Sorry, solved it No need to install file-saver

Thanks.