Module not found: "./node_modules/csv-writer". Parent module folder was: "/"

If you installed it with npm, you should be able to import it with this line:

const createCsvWriter = require('csv-writer')

I would refer to the documentation here for more details.

Refer to Pablo’s answer below

1 Like