-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
idbconnector dependency #10
Comments
|
awesome, thank you. |
I'm considering dropping AIX support (until a JS-only solution is found) again if cc: @patrickhrastnik |
`npm ci` and `npm install --force` have a bug where it attempts to install the AIX-specific dependency even on non-AIX platforms, which results in a huge block of gyp errors on all other platforms. This commit removes AIX and the native dependency again, eliminating these type of errors.
Really sorry, but I had to remove AIX support again, I can't accept breaking builds on other platforms for something that maybe a handful of people are going to use. Happy to take a PR that does the same but with JS only. |
Related to this idb-connector issue: The problem is that the |
sindresorhus/internal-ip#25 is pending to propagate this fix upstream. |
When i install default-gateway 3.1.0 console warns about:
and then, when i try to install deps with
npm ci
it starts to install idb-connector. And result is:With default-gateway v3.0.1 all is ok.
The text was updated successfully, but these errors were encountered: