-
-
Notifications
You must be signed in to change notification settings - Fork 536
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
Error running in Node 5.9.1 #608
Comments
Feel free to update the |
Well given I'm locked into this version of node for the time being (not of my own choice), I was hoping there would be a way to maintain compatibility... 😐 That said, I'm happy to update the |
You could replace Edit: Unfortunately there's no type definition for it though. |
I've submitted typings for |
The
package.json
indicates that Node.js is supported back to version 4.2:However, attempting to run with node 5.9.1 I get the following error:
The problematic change appears to be this commit, as
Buffer.from(string[, encoding])
was only introduced in Node 5.10.0.The text was updated successfully, but these errors were encountered: