I want to use some library, that can work with csv format. I've found this
But I have a problem with it's require. I do
npm install csv
then do require
csv = require('csv');
When I run my project, I get in terminal follow error:
TypeError: Cannot read property 'prototype' of undefined at Object.exports.inherits (util.js:538:43) at Object. (/.../node_modules/csv/node_modules/csv-generate/lib/index.js:122:6)
Who does know, what problem is?