| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| util | ||
| build.js | ||
| coverage.js | ||
| install.js | ||
| prepublish.js |
Currently the binary download is streamed to disk once a 200 response has been recieved. When an error occurs during the download a partially downloaded binary is left on disk. Subsequent installs see the binary and bail out of re-downloading it. Worse yet those subsequent installs move the binary into the global cache so even removing node_modules will not remove the broken binary. With this patch the binary is only flushed to disk once it has been fully downloaded. Fixes #1882 Fixes #1888
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| util | Loading commit data... | |
| build.js | Loading commit data... | |
| coverage.js | Loading commit data... | |
| install.js | Loading commit data... | |
| prepublish.js | Loading commit data... |