-
Notifications
You must be signed in to change notification settings - Fork 51
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
Postinstall freeze on OSX Yosemite - 10.10.3 #26
Comments
Hmm could you try Also which version of |
I tried your suggestion, still get the same result. npm version: 2.5.1 |
Same story here on Windows Node version: 4.4.1 |
it takes it sweet time but eventually does finish (looks like this is just the decompress step and the progress bar is not updated) tested against nw 0.14.4; osx 10.11.5; npm 3.8.3 |
I believe it happens when the site |
We could eventually eliminate that central point of failure by switching to some P2P-distributed file system such as IPFS, especially after an implementation of IPFS in JavaScript is finished in the future. |
Hi,I have a CLI which uses this package and hmm yeah, it's REALLY slow, I've currently been waiting around 20mins and the This wasn't happening a while back when I was building my tool, but it's really frustrating now, any way to improve this? I'm using |
The issue seems to be mostly server-side and indicates that When a version of NW.js is downloaded repeatedly, local caches (such as https://www.npmjs.com/package/install-nw for example) might become helpful, but in other cases only a P2P system might help. |
* Refactor install script: * Convert from CJS to ESM * Improve code documentation * Adopt many ES6+ coding styles (let/const, promises, optional chaining, endsWith, etc.) * Manifest Maintenance: * Reduce dependencies from 10 to 5 by swapping most out for native Node modules, or newer alternatives. * Updated dependencies. * Remove "engines" and "packageManager" from manifest to avoid reported issues. * Bug fixes: * #26 & #74 - Freezing during or after post-install step. * #77 - Decompress API change bug. Swapped Decompress for Compressing. * #93 - Errors on install and deprecation warnings * #109 - Engines/packageManager mismatch
When trying to install nw, the download is is ok but when it is running the post install, the process freezes and nothing happens. Error is below:
The text was updated successfully, but these errors were encountered: