csv-writer icon indicating copy to clipboard operation
csv-writer copied to clipboard

Fix for "Can't resolve 'fs'"

Open ouroboroscoding opened this issue 4 years ago • 2 comments

Added "browser" section to package.json so that csv-writer continues to work with latest version of React/node/npm

ouroboroscoding avatar Mar 19 '22 17:03 ouroboroscoding

This PR should not be merged as-is because it changes package metadata. Could you create separate branch for publishing and for PR?

ypresto avatar Apr 28 '23 06:04 ypresto

Also we need to set csvWriter.fileWriter = by hand to avoid calling fs.writeFile(). It should have a new function which returns JS string (createCsvTextWriter or something).

ypresto avatar Apr 28 '23 06:04 ypresto