-
Notifications
You must be signed in to change notification settings - Fork 116
string.charCodeAt is not a function #26
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
Comments
Are you passing |
I also encountered this error and was at first a bit confused, but then realised that it was happening because I was passing a |
Reading the file with encoding set fixes this problem:
|
If you are reading the file in that way, then you do not need this library. |
node v7.0.0
The text was updated successfully, but these errors were encountered: