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

res.csv is not a function

Open osinakayah opened this issue 6 years ago • 2 comments

res.csv is not a function

osinakayah avatar Dec 27 '18 13:12 osinakayah

Could you please provide more information? For example, a working example that produces that behavior and the version of express you are using.

jczaplew avatar Dec 27 '18 14:12 jczaplew

Have you made sure to import the library

const csv = require('csv-express');

I've seen people leave that bit out accidentally because the import is unused so sometimes linter's remove it.

eggsy84 avatar Aug 05 '19 12:08 eggsy84