-
Notifications
You must be signed in to change notification settings - Fork 45
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
Pre-built binaries not found for [email protected] #50
Comments
I only made pre-built binaries for Windows, as a lot of users with Windows don't have a proper build environment. Linux and macOS users usually have no problem building the module. Did your system have any troubles building from source? I'll see if I can hide that error message for Linux and macOS until I can make Travis prebuild a binary for them. |
Ah, good to know. I've should have check the logs better since it looks like it is actually building from source. Thanks for the quick reply! |
My docker builds have begun failing due to this:
|
@xwilders Can you try now with version 2.1.5 that I just released? Fixed an issue with bundling the dependency. |
Thanks! It works again :) |
Hi have a similar issue on my pipeline system:
I get timeout on IP: 104.20.22.46:443 and 192.30.253.113:443 which looks like to be cloudflare and github. Probably my corporate proxy blocking those requests. Any suggestion other than "Fix your corporate proxy" ? Edit: Having to build the package each time it is installed consume a lot of ressources. And, we install it many times, because we have a deployment pipeline which run each time a new commit is push to any branches. |
That's what this recent change is about. Testing with windows first and will do Linux next. Although you will need to fix your firewall to download the prebuilt version too as that will be hosted on github. |
@wadey Any ETA when pre-builds will be available? At the moment having trouble installing a few things because microtime is interrupting. |
@faustbrian what error are you seeing? Most users should be able to build from source on Linux/macOS. |
Just running
|
@faustbrian ah looks like this is an open issue with yarn and node-pre-gyp noted here: mapbox/node-pre-gyp#292 I'll see if there is anything I can do or if I can get the Linux/macOS binaries working |
|
@faustbrian looks like it works with npm (fails to download prebuilt and then build from source). So I'm pretty sure your issue is that open ticket on node-pre-gyp. |
@faustbrian it looks like I can probably work around that issue by switching to |
@wadey Just ran |
I've released 2.1.6 which provides prebuilt binaries for Linux and macOS and uses https://github.com/mafintosh/prebuild-install which is used by larger projects like https://github.com/Level/leveldown and seems to support Please test with 2.1.6 and re-open if you are still having issues. |
When installing the latest node-microtime package using:
npm install microtime
the following error message appears:Have the pre-built binaries been renamed or removed?
Thanks!
The text was updated successfully, but these errors were encountered: