-
Notifications
You must be signed in to change notification settings - Fork 47
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
Does not work with any modern version of Node.js #196
Comments
Node Version - 6.10.2 ( Previously working fine with v0.10.26) @https://travis-ci.org/Sannis/node-mysql-libmysqlclient/jobs/194103714 var mysqllibclient = require('mysql-libmysqlclient'); ( 1.5.2) After upgrading the node version to latest, it started throwing error. MysqlConnectionQueued.prototype = new bindings.MysqlConnection(); Please can anyone suggest how it be supported in latest version of node ?? |
I switched to
The build is done after checking out to |
Any recommendation for a project compatible with "node-mysql-libmysqlclient" that will work with a current version of Node.js?
The text was updated successfully, but these errors were encountered: