Open notvishwanth opened 7 years ago
Node Version - 6.10.2 ( Previously working fine with v0.10.26) NPM version - 3.10.10 OS - MacOS Sierra 10.12.4
@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(); TypeError: Cannot read property 'MysqlConnection' of null
Please can anyone suggest how it be supported in latest version of node ??
i have python 2.7 node 6.9.2 npm 3.10.9
when i try to run your sample files from tests/low-level-sync node setup-low-level-sync.js, I'm getting cannot read property 'mysqlConnection' of null
I've extracted the zip file and did the following npm install npm isntall node-gyp -g
but still the same problem persists, please help