I’m trying to install the firebird driver for node under windows.
When I try npm install firebird, it errors out with the following error:
‘node-waf’ is not recognized as an internal or external command
I tried downloading the windows experimental build from https://github.com/xdenser/node-firebird-libfbclient but that also fails with the following error:
node test.js
Unable to load shared library C:\firebird\node_modules\firebird\build\release\binding.node
How do I get the firebird driver installed for node?
You have to install Firebird client too. README on Github fixed.