You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
MysqlConnectionQueued.prototype = new bindings.MysqlConnection();
`` ^
TypeError: Cannot read property 'MysqlConnection' of null
at Object.<anonymous> (C:\project\nodejs samp\node_modules\libmysqlclient\lib\mysql-libmysqlclient.js:220:47)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (C:\project\nodejs samp\node_modules\libmysqlclient\tests\config.js:21:25)
at Module._compile (module.js:570:32)
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
The text was updated successfully, but these errors were encountered:
Sannis
changed the title
cannot read property of null
Cannot read property of null
Jan 17, 2017
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
The text was updated successfully, but these errors were encountered: