You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2021. It is now read-only.
Javascript downloads binary in npm install hook and stores in the user home directory for possible reuse between the languages / multiple projects.
Bundling binaries is a better solution for corporations where downloads can only happen from internal npm/maven/gem repos. In that case could possible do multiple publications for each. Example:
cucumber - downloads binary on demand
cucumber-bundled - has all binaries bundled
cucumber-bundled-windows-amd64 - has the specific os/system architecture binary bundled
Javascript downloads binary in npm install hook and stores in the user home directory for possible reuse between the languages / multiple projects.
Bundling binaries is a better solution for corporations where downloads can only happen from internal npm/maven/gem repos. In that case could possible do multiple publications for each. Example: