binary-install
binary-install copied to clipboard
Install binary applications via npm
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...
Suddenly `binary-install` (https://www.npmjs.com/package/binary-install) installs package from https://github.com/EverlastingBugstopper/binary-install instead of this repository, so while I have a fixed version of binary-install package, it still changed under my hands making it incompatible...
`this._getInstallDirectory()` create dir (recursively) if not exists and return the path of the dir.
 I have to force exit, and the binary is not linked. And I modified the script ```js #!/usr/bin/env node const why = require('why-is-node-running') const { install } = require("./binary");...
Ideally, the run command should accept args in place of process.argv. ```js function run() { ... if (arguments.length > 0) var args = arguments; else var [, , ...args] =...
Hi, I would like to add a download progress bar while installation. It's because current version will display `Your package has been installed!` even if the package is still downloading....
On Discord somebody mentioned that they won't use wasm-pack because it is insecure, because it is downloading a foreign URL without using a checksum to verify the integrity. I agree...
Currently, `binary-install` assumes that uninstalling should remove the entire directory from the user's machine, however some libraries may have application-specific code in that directory. If that is the case, they...