Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Node.js 8 #304

Merged
merged 4 commits into from
Oct 30, 2017
Merged

Add support for Node.js 8 #304

merged 4 commits into from
Oct 30, 2017

Conversation

orangejulius
Copy link
Member

@orangejulius orangejulius commented Oct 30, 2017

Node.js 8 support in this repository was held back only because of an incompatibility in the csv-stream module. That module is probably abandoned, but fortunately there's an easy workaround that doesn't require any changes in the module.

Connects pelias/pelias#612

orangejulius and others added 4 commits October 30, 2017 11:03
As of Node.js 8, the default encoding value used by the (very old)
csv-stream module is not accepted.

As mentioned in lbdremy/node-csv-stream#13,
explicitly setting the encoding to undefined is enough to work around
the issue.
Copy link
Contributor

@trescube trescube left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

easy fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants