-
Install Git.
-
Install Firebird version greater than or equal to 3.0.
-
Add
fbclient.dll
directory to the PATH. -
Run next commands
$ npm install --global --production windows-build-tools $ npm install --global node-gyp $ npm install
- Install Git.
- Install Firebird, see also
- Install Xcode Command Line Tools
- Run next commands
$ ln -s /Library/Frameworks/Firebird.framework/Versions/A/Firebird /usr/local/lib/libfbclient.dylib $ npm install
...