Replies: 1 comment 4 replies
-
That would be an interesting achievement!
In my use case, the binaries are used as build tools, so they belong to devDependencies. If you have ideas how to improve things, sure, you can suggest new features. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Any ideas how can I (ab)use the binaries distribution system to have precompiled binaries?
I have a package that defines both
xpack.actions
andxpack.binaries
. I want to be able to make an npm install script that launches axpm
command to download the binaries for the platform and if that fails, launches the build action. Currently, by looking at the code, I have the impression that binaries are downloaded only for the dependencies, never for the top package?Beta Was this translation helpful? Give feedback.
All reactions