theplatapi/csv-loader

Module build failed. Cannot find module 'papaparse'

privateOmega opened this issue · 0 comments

When you try to use csv-loader as a loader module in Webpack, Module build fails since it cannot find 'papaparse' module.

This has been clearly specified in this stackoverflow question.

The reason why this happens is because papaparse is specified as a peer-dependency which won't get installed automatically when this package has been installed using npm versions above 3. Ref: NPM blog.