When I start my server with my terminal, it threw an error that “Cannot find module ‘csv-parse’” . I have checked that csv-parse module exists in node_modules folder. How can I fix that?
I got the same error so I ran npm install csv-parse
in the terminal to re-install the most recent version. That seemed to resolve it.