-
Notifications
You must be signed in to change notification settings - Fork 34
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
Cannot npm install on macOS or linux #107
Comments
Try this: Open a PowerShell console with admin rights, go to your project folder and execute as following: npm install --global --production windows-build-tools |
@wesleyguirra You need the Firebird Server/Client installed on your machine. @erokshark This doesn't do on macOS/Linux. |
@erokshark I was using macOS with docker. @NicoAiko I was using docker with linux image with the firebird installed. |
From your error log it seems you try to use this package on macOS. Even if you have a docker image with firebird installed where your database is located, (I do the same by the way) you still need to install the Firebird Server on MacOS so you have the native libclient that is necessary to compile the node plugin. |
Ok, understood. Thank you! |
I'm having a issue with installation on macOS Catalina and ubuntu the error log is this:
Someone is having this issue, can help me?
The text was updated successfully, but these errors were encountered: