Hello I get these errors when using node-csvtojson. I want the library for conversions on browser .
ERROR in ./~/csvtojson/libs/core/Converter.js
Module not found: Error: Can't resolve 'fs' in '/Users/sudheer/Documents/work/dataglen-
frontend/node_modules/csvtojson/libs/core'
@ ./~/csvtojson/libs/core/Converter.js 473:11-24
@ ./~/csvtojson/libs/core/index.js
@ ./~/csvtojson/libs/csv2json.js
@ ./~/csvtojson/index.js
@ dll reactBoilerplateDeps
ERROR in ./~/csvtojson/libs/core/workerMgr.js
Module not found: Error: Can't resolve 'child_process' in
'/Users/sudheer/Documents/work/dataglen-frontend/node_modules/csvtojson/libs/core'
@ ./~/csvtojson/libs/core/workerMgr.js 2:12-36
@ ./~/csvtojson/libs/core/Converter.js
@ ./~/csvtojson/libs/core/index.js
@ ./~/csvtojson/libs/csv2json.js
@ ./~/csvtojson/index.js
@ dll reactBoilerplateDeps
This helped me solve the errors though. webpack/webpack#744
Should this be part of package.json in csvtojson by default?
Hello I get these errors when using node-csvtojson. I want the library for conversions on browser .
This helped me solve the errors though. webpack/webpack#744
Should this be part of package.json in csvtojson by default?