node-csvtojson
node-csvtojson copied to clipboard
Require is not defined
I am attempting to use the npm package csvtojson; however, I am receiving the following error message: Uncaught ReferenceError: require is not defined. I installed the npm package, and see it in my package.json file underdependencies. Is there something you have to import to use this package?
Require is a NodeJS function, if you are using it on a browser, it doesn't exist. Follow these instructions instead