-
Notifications
You must be signed in to change notification settings - Fork 40
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
couldn't be built successfully #70
Comments
Node-gyp versions were locked by dependency with @serialport/bindings-cpp@npm:12.0.1, manually updating to the latest version the error changes and becomes:
|
did you manage to fix your issue ? I have the same problem when trying to build an electron app with serialport on Windows, but it builds without error on MacOS. |
FYI, I fixed the issue by using I had then the following error electron/electron#40760, and fixed it by adding |
I'm trying to install sqlite and canvas on a windows machine but with linux dependencies with this command:
$Env:npm_config_arch="arm" ; $Env:npm_config_platform="linux" ; yarn install --inline-builds
But I get this error:
this is the error related to node-gyp-build:
The text was updated successfully, but these errors were encountered: